From: Brendan Cully Date: Sat, 8 Aug 2009 23:40:15 +0000 (-0700) Subject: Abort prompt on ^C, as was the case prior to 12a6de725483 X-Git-Tag: neomutt-20160307~455 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa2a20f9898c0410c682a7fee231334857875bd7;p=neomutt Abort prompt on ^C, as was the case prior to 12a6de725483 --- diff --git a/curs_lib.c b/curs_lib.c index 43a563c06..23a1e56f2 100644 --- a/curs_lib.c +++ b/curs_lib.c @@ -98,7 +98,10 @@ event_t mutt_getch (void) mutt_allow_interrupt (0); if (SigInt) + { mutt_query_exit (); + return err; + } if(ch == ERR) {