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:
committed by
Patrick Georgi
parent
c3c827cf86
commit
559290836b
@@ -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();
|
||||
|
Reference in New Issue
Block a user