Re: [PATCH] menuconfig: fix extended colors ncurses support

2012-11-20 Thread Krzysztof Mazur
On Tue, Nov 20, 2012 at 10:53:28AM +0100, Michal Marek wrote: > On Mon, Oct 08, 2012 at 06:18:22PM +0200, Krzysztof Mazur wrote: > > The ncurses library allows for extended colors. The support for extended > > colors support depends on wide-character support. ncurses headers > > enable extended col

Re: [PATCH] menuconfig: fix extended colors ncurses support

2012-11-20 Thread Michal Marek
On Mon, Oct 08, 2012 at 06:18:22PM +0200, Krzysztof Mazur wrote: > 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

[PATCH] menuconfig: fix extended colors ncurses support

2012-10-08 Thread Krzysztof Mazur
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