accidently backed out r3598. Sorry Ulf, will pay more attention next time.
authorStefan Reinauer <stepan@coresystems.de>
Fri, 26 Sep 2008 19:37:16 +0000 (19:37 +0000)
committerStefan Reinauer <stepan@openbios.org>
Fri, 26 Sep 2008 19:37:16 +0000 (19:37 +0000)
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

payloads/libpayload/curses/tinycurses.c

index 6e83e670645356cacaf86813b4be39a211d869cd..22807c72cafa3434f491947833ec9bdbb0e9f441 100644 (file)
@@ -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);