Fixed arrow keys with debug

This commit is contained in:
James Booth
2015-02-02 23:17:47 +00:00
parent 5954c0d2fe
commit 1c157b04df
2 changed files with 3 additions and 7 deletions

View File

@@ -97,7 +97,6 @@ ui_init(void)
nonl();
cbreak();
noecho();
leaveok(stdscr, FALSE);
keypad(stdscr, TRUE);
if (prefs_get_boolean(PREF_MOUSE)) {
mousemask(ALL_MOUSE_EVENTS, NULL);