Small curses fixes/additions for libpayload (trivial).
authorUwe Hermann <uwe@hermann-uwe.de>
Tue, 8 Apr 2008 23:30:22 +0000 (23:30 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Tue, 8 Apr 2008 23:30:22 +0000 (23:30 +0000)
commitea72559d5d750b46c20ce2044f34efddc7d89032
tree46d85c88f8af717171b130bbf3166a87b3d591c2
parent672d0ae15655aa8c28e2ac0e698e501628347b7c
Small curses fixes/additions for libpayload (trivial).

 - Properly set LINES and COLS, needed for a real curses application.

 - Implement notimeout() and wtimeout(), which are trivial.

 - Implement a dummy flushinp() for now as it's needed by a curses
   application I'm porting, will be replaced by something useful later.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3224 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
payloads/libpayload/curses/tinycurses.c