]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
kconfig: Fix indention when using menuconfig in text-onle consoles
authorSam Ravnborg <sam@mars.ravnborg.org>
Sun, 20 Nov 2005 22:03:49 +0000 (23:03 +0100)
committerSam Ravnborg <sam@mars.ravnborg.org>
Sun, 20 Nov 2005 22:03:49 +0000 (23:03 +0100)
commit7c3badf96e0dc8aa89ebf8919653339a5ee8e035
treecbf583b5eb25a264fd11614f2f9c778ee0446aa0
parent0e175d05a4e72f85918da3ea4bd9f5d3d78face4
kconfig: Fix indention when using menuconfig in text-onle consoles

When using menuconfig in a text-only console (no X started)
the indention was often two spaces wrong. This proved to be a ncurses
issue which are worked around by calling wrefresh more often.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/lxdialog/menubox.c