From: Krzysztof Mazur Date: Mon, 8 Oct 2012 16:18:22 +0000 (+0200) Subject: menuconfig: fix extended colors ncurses support X-Git-Tag: v3.9-rc1~49^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d5bb966290d71d9dfe69a3ed0c31b26bf9afc63;p=pandora-kernel.git 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 Signed-off-by: Michal Marek --- Reading git-diff-tree failed