accidently backed out r3598. Sorry Ulf, will pay more attention next time.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3611 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
ecd176f304
commit
c753926a01
|
@ -323,7 +323,7 @@ WINDOW *initscr(void)
|
|||
|
||||
// Speaker init?
|
||||
|
||||
stdscr = newwin(SCREEN_Y, SCREEN_X + 1, 0, 0);
|
||||
stdscr = newwin(SCREEN_Y, SCREEN_X, 0, 0);
|
||||
// TODO: curscr, newscr?
|
||||
|
||||
werase(stdscr);
|
||||
|
|
Loading…
Reference in New Issue