[PATCH] Have menuconfig use ncursesw

From: Jan Engelhardt
Date: Sat Dec 24 2005 - 16:42:52 EST


Hi,


on vgacon (standard tty1 stuff) with UTF8 enabled, running make menuconfig
gives ascii-art lines `a la + - and |. I use the following patch to get
back the line graphics from the upper part of the font. AFAICS this should
have no impact on non-utf consoles. Include it in mainline?


Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx>

diff -Pdpru linux-2.6.15-rc6-20051219230006/scripts/lxdialog/Makefile linux-2.6-AS22/scripts/lxdialog/Makefile
--- linux-2.6.15-rc6-20051219230006/scripts/lxdialog/Makefile 2005-07-07 20:53:51.000000000 +0200
+++ linux-2.6-AS22/scripts/lxdialog/Makefile 2005-07-09 11:31:08.000000000 +0200
@@ -2,7 +2,7 @@ HOST_EXTRACFLAGS := -DLOCALE
ifeq ($(shell uname),SunOS)
HOST_LOADLIBES := -lcurses
else
-HOST_LOADLIBES := -lncurses
+HOST_LOADLIBES := -lncursesw
endif

ifeq (/usr/include/ncurses/ncurses.h, $(wildcard /usr/include/ncurses/ncurses.h))
# eof


Jan Engelhardt
--
| Alphagate Systems, http://alphagate.hopto.org/
| jengelh's site, http://jengelh.hopto.org/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/