commit | 7c3badf96e0dc8aa89ebf8919653339a5ee8e035 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@mars.ravnborg.org> | Sun Nov 20 23:03:49 2005 +0100 |
committer | Sam Ravnborg <sam@mars.ravnborg.org> | Sun Nov 20 23:03:49 2005 +0100 |
tree | cbf583b5eb25a264fd11614f2f9c778ee0446aa0 | |
parent | 0e175d05a4e72f85918da3ea4bd9f5d3d78face4 [diff] |
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>