Revert "Stop ctrl-c quitting with /ctrlc off"

This reverts commit 721df8ca48.
This commit is contained in:
James Booth
2012-11-23 02:54:35 +00:00
parent 721df8ca48
commit faeea56bb5
5 changed files with 4 additions and 59 deletions

View File

@@ -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