Switched to ncurses raw mode

This commit is contained in:
James Booth
2012-11-23 02:56:38 +00:00
parent faeea56bb5
commit 7c7e95ea4e

View File

@@ -106,7 +106,7 @@ gui_init(void)
{
log_info("Initialising UI");
initscr();
cbreak();
raw();
keypad(stdscr, TRUE);
win_load_colours();