mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 08:06:21 +00:00
Switched to ncurses raw mode
This commit is contained in:
@@ -106,7 +106,7 @@ gui_init(void)
|
||||
{
|
||||
log_info("Initialising UI");
|
||||
initscr();
|
||||
cbreak();
|
||||
raw();
|
||||
keypad(stdscr, TRUE);
|
||||
|
||||
win_load_colours();
|
||||
|
||||
Reference in New Issue
Block a user