busybox/scripts/kconfig
Krzysztof Mazur f755430d79 menuconfig: fix extended colors ncurses support
The ncurses library allows for extended colors. The support for extended
colors support depends on wide-character support. ncurses headers
enable extended colors (NCURSES_EXT_COLORS) only when wide-character
support is enabled (NCURSES_WIDECHAR).

The "make menuconfig" uses wide-character ncursesw library, which can be
compiled with wide-character support, but does not define NCURSES_WIDECHAR
and it's using headers without wide-character (and extended colors) support.

This fixes problems with colors on systems with enabled extended colors
(like PLD Linux). Without this patch "make menuconfig" is hard to use.

Signed-off-by: Krzysztof Mazur <krzysiek@podlesie.net>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2016-04-03 23:59:15 -04:00
..
lxdialog menuconfig: fix extended colors ncurses support 2016-04-03 23:59:15 -04:00
.gitignore add .gitignore files 2009-05-05 09:05:30 -04:00
check.sh *: trailing empty lines removed 2010-07-26 01:49:12 +02:00
conf.c get rid of several "variable 'x' set but not used" warnings 2011-05-01 14:43:53 +02:00
confdata.c fix if(p)/free(p) construct 2015-06-07 18:19:43 +02:00
expr.c
expr.h
gconf.c
gconf.glade
images.c
kconfig_load.c
kxgettext.c
lex.zconf.c_shipped update _shipped file with hurd fix 2010-08-02 02:17:25 +02:00
lkc_proto.h
lkc.h
Makefile build system: fix make gconfig 2013-12-19 04:43:24 +01:00
mconf.c scripts/kconfig/mconf: work on systems w/o SIGWINCH 2012-09-27 15:26:40 +02:00
menu.c *: trailing empty lines removed 2010-07-26 01:49:12 +02:00
POTFILES.in
qconf.cc
qconf.h
symbol.c
util.c fix if(p)/free(p) construct 2015-06-07 18:19:43 +02:00
zconf.gperf
zconf.hash.c_shipped *: trailing empty lines removed 2010-07-26 01:49:12 +02:00
zconf.l Hurd compat fixes. Mostly dealing with absent PATH_MAX 2010-03-26 19:08:53 +01:00
zconf.tab.c_shipped *: trailing empty lines removed 2010-07-26 01:49:12 +02:00
zconf.y *: s/spaces/tabs/ 2010-07-26 12:47:36 +02:00