mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 08:56:21 +00:00
Fixed arrow keys with debug
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user