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)
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>

No differences found