remove color parser / update Window, Scrollpad class and related stuff

This commit is contained in:
Andrzej Rybczak
2008-12-09 16:40:04 +01:00
parent 51e59b04b9
commit c03bcbe44b
16 changed files with 862 additions and 860 deletions

View File

@@ -19,7 +19,7 @@ dnl ========================
if test "$unicode" = "yes" ; then
ncurses_config_bin=ncursesw5-config
ncurses_lib=ncursesw
CPPFLAGS="$CPPFLAGS -DUTF8_ENABLED"
CPPFLAGS="$CPPFLAGS -D_UTF8"
else
ncurses_config_bin=ncurses5-config
ncurses_lib=ncurses