linux/scripts/kconfig/lxdialog
Krzysztof Mazur 7d5bb96629 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>
2012-11-20 10:52:36 +01:00
..
.gitignore gitignore: ignore more generated files 2006-01-03 11:35:26 +01:00
BIG.FAT.WARNING kconfig: move lxdialog to scripts/kconfig/lxdialog 2005-12-16 21:35:19 +01:00
check-lxdialog.sh menuconfig: fix extended colors ncurses support 2012-11-20 10:52:36 +01:00
checklist.c menuconfig: truncate list items 2010-06-03 13:41:02 +02:00
dialog.h menuconfig: Assign jump keys per-page instead of globally 2012-09-27 18:09:24 +02:00
inputbox.c kconfig: some small fixes 2010-04-14 15:34:18 +02:00
menubox.c menuconfig: add support to show hidden options which have prompts 2010-04-14 15:34:19 +02:00
textbox.c menuconfig: Assign jump keys per-page instead of globally 2012-09-27 18:09:24 +02:00
util.c kconfig/mconf.c: revision of curses initialization. 2012-08-30 14:47:34 +02:00
yesno.c kconfig: gettext support for lxdialog 2008-01-28 23:14:39 +01:00