busybox/scripts/kconfig/lxdialog
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
..
.gitignore
BIG.FAT.WARNING
check-lxdialog.sh menuconfig: fix extended colors ncurses support 2016-04-03 23:59:15 -04:00
checklist.c
colors.h
dialog.h
inputbox.c
lxdialog.c
Makefile
menubox.c
msgbox.c
textbox.c get rid of several "variable 'x' set but not used" warnings 2011-05-01 14:43:53 +02:00
util.c
yesno.c