author | Avuton Olrich <avuton@gmail.com> | |
Thu, 3 Nov 2011 09:20:51 +0000 (02:20 -0700) | ||
committer | Avuton Olrich <avuton@gmail.com> | |
Thu, 3 Nov 2011 13:16:00 +0000 (06:16 -0700) | ||
commit | 44cf194be4a3400900ef6eca7e31f673dd5cce0a | |
tree | d0647d5573550fb07a8c895c91c9ccaf82aea719 | tree | snapshot |
parent | df92291f7ae1d035d1fb931161ec1b577656e0de | commit | diff |
m4: Add robust curses detection and support
This commit adds the ax_with_curses.m4 macro from the autoconf-archive
project. This also adds support for more plain curses, proper color detection
and compartmentalizes the curses autoconf stuff.
This commit adds the ax_with_curses.m4 macro from the autoconf-archive
project. This also adds support for more plain curses, proper color detection
and compartmentalizes the curses autoconf stuff.
19 files changed:
Makefile.am | diff | blob | history | |
configure.ac | diff | blob | history | |
m4/ax_with_curses.m4 | [new file with mode: 0644] | blob |
src/charset.c | diff | blob | history | |
src/colors.h | diff | blob | history | |
src/hscroll.h | diff | blob | history | |
src/list_window.h | diff | blob | history | |
src/ncfix.h | diff | blob | history | |
src/ncmpc_curses.h | [new file with mode: 0644] | blob |
src/ncu.c | diff | blob | history | |
src/options.c | diff | blob | history | |
src/screen.h | diff | blob | history | |
src/screen_browser.h | diff | blob | history | |
src/screen_interface.h | diff | blob | history | |
src/screen_list.h | diff | blob | history | |
src/song_paint.h | diff | blob | history | |
src/window.h | diff | blob | history | |
src/wreadln.c | diff | blob | history | |
src/wreadln.h | diff | blob | history |