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