Code

m4: Add robust curses detection and support
authorAvuton Olrich <avuton@gmail.com>
Thu, 3 Nov 2011 09:20:51 +0000 (02:20 -0700)
committerAvuton Olrich <avuton@gmail.com>
Thu, 3 Nov 2011 13:16:00 +0000 (06:16 -0700)
commit44cf194be4a3400900ef6eca7e31f673dd5cce0a
treed0647d5573550fb07a8c895c91c9ccaf82aea719
parentdf92291f7ae1d035d1fb931161ec1b577656e0de
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.
19 files changed:
Makefile.am
configure.ac
m4/ax_with_curses.m4 [new file with mode: 0644]
src/charset.c
src/colors.h
src/hscroll.h
src/list_window.h
src/ncfix.h
src/ncmpc_curses.h [new file with mode: 0644]
src/ncu.c
src/options.c
src/screen.h
src/screen_browser.h
src/screen_interface.h
src/screen_list.h
src/song_paint.h
src/window.h
src/wreadln.c
src/wreadln.h