changeset 572:7f83b1578bda

Ctrl+C is bit too easy to hit on for quitting, remove that.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 13 Dec 2012 15:50:08 +0200
parents 3ae357fd34bb
children 699147b1bbbc
files main.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Thu Dec 13 15:49:43 2012 +0200
+++ b/main.c	Thu Dec 13 15:50:08 2012 +0200
@@ -1512,7 +1512,6 @@
         printMsgQ(currWin, "Only friends allowed to PRV you = %s\n", optOnlyFriendPrv ? "ON" : "OFF");
         break;
 
-    case 0x03: // ^C = quit
     case KEY_F(9): // F9 = Quit
         printMsg(currWin, "Quitting per user request (%d/0x%x).\n", c, c);
         appQuitFlag = TRUE;
@@ -1540,7 +1539,6 @@
         editState->done = TRUE;
         break;
 
-    case 0x03: // ^C = quit
     case KEY_F(9): // F9 = Quit
         printMsg(currWin, "Quitting per user request (%d/0x%x).\n", c, c);
         appQuitFlag = TRUE;