libpayload: Don't declare mouse support in tinycurses

Change-Id: Id1ff3d85617e3ec063ce332cf13920dfbbb7cf26
Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com>
Reviewed-on: http://review.coreboot.org/87
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Patrick Georgi
2011-03-10 14:53:54 +01:00
committed by Patrick Georgi
parent c3c827cf86
commit 559290836b
3 changed files with 9 additions and 1 deletions

View File

@@ -286,7 +286,9 @@ int endwin(void)
return ERR;
SP->_endwin = TRUE;
#ifdef NCURSES_MOUSE_VERSION
SP->_mouse_wrap(SP);
#endif
// _nc_screen_wrap();
// _nc_mvcur_wrap(); /* wrap up cursor addressing */
// return reset_shell_mode();