[coreboot] r3611 - trunk/payloads/libpayload/curses

svn at coreboot.org svn at coreboot.org
Fri Sep 26 21:37:17 CEST 2008


Author: stepan
Date: 2008-09-26 21:37:16 +0200 (Fri, 26 Sep 2008)
New Revision: 3611

Modified:
   trunk/payloads/libpayload/curses/tinycurses.c
Log:
accidently backed out r3598. Sorry Ulf, will pay more attention next time.

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/payloads/libpayload/curses/tinycurses.c
===================================================================
--- trunk/payloads/libpayload/curses/tinycurses.c	2008-09-26 19:15:38 UTC (rev 3610)
+++ trunk/payloads/libpayload/curses/tinycurses.c	2008-09-26 19:37:16 UTC (rev 3611)
@@ -323,7 +323,7 @@
 
 	// Speaker init?
 
-	stdscr = newwin(SCREEN_Y, SCREEN_X + 1, 0, 0);
+	stdscr = newwin(SCREEN_Y, SCREEN_X, 0, 0);
 	// TODO: curscr, newscr?
 
 	werase(stdscr);





More information about the coreboot mailing list