commit | d0e1e09568507ac771072d97f0781af82c935b3e | [log] [tgz] |
---|---|---|
author | Arnaud Lacombe <lacombar@gmail.com> | Mon Jul 06 00:07:28 2009 -0400 |
committer | Sam Ravnborg <sam@ravnborg.org> | Fri Jul 17 23:06:08 2009 +0200 |
tree | 33638f86c9e2cc8cc45aea81c50cc15787f4d1e7 | |
parent | 668cdedfdb2eb00d8efe127618bead4d46d9e942 [diff] |
kconfig: initialize the screen before using curses(3) functions This is needed on non ncurses based implementation to get a properly initialized `stdscr' in main(). Cc: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>