mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 11:26:21 +00:00
Revert "Stop ctrl-c quitting with /ctrlc off"
This reverts commit 721df8ca48.
This commit is contained in:
@@ -106,7 +106,7 @@ gui_init(void)
|
||||
{
|
||||
log_info("Initialising UI");
|
||||
initscr();
|
||||
raw();
|
||||
cbreak();
|
||||
keypad(stdscr, TRUE);
|
||||
|
||||
win_load_colours();
|
||||
@@ -1050,11 +1050,6 @@ cons_prefs(void)
|
||||
else
|
||||
cons_show("Version checking : OFF");
|
||||
|
||||
if (prefs_get_ctrlc())
|
||||
cons_show("Ctrl-c quits : ON");
|
||||
else
|
||||
cons_show("Ctrl-c quits : OFF");
|
||||
|
||||
if (prefs_get_notify_message())
|
||||
cons_show("Message notifications : ON");
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user