]> granicus.if.org Git - mutt/commitdiff
Abort prompt on ^C, as was the case prior to 12a6de725483
authorBrendan Cully <brendan@kublai.com>
Sat, 8 Aug 2009 23:40:15 +0000 (16:40 -0700)
committerBrendan Cully <brendan@kublai.com>
Sat, 8 Aug 2009 23:40:15 +0000 (16:40 -0700)
curs_lib.c

index 43a563c064238b0c64108d19e937c78e34d7b148..23a1e56f258d650cc030e741165f607388e4d1ed 100644 (file)
@@ -98,7 +98,10 @@ event_t mutt_getch (void)
   mutt_allow_interrupt (0);
 
   if (SigInt)
+  {
     mutt_query_exit ();
+    return err;
+  }
 
   if(ch == ERR)
   {