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@coresystems.de Acked-by: Stefan Reinauer stepan@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);