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: mutt-1-5-21-rel~137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2efbfb18bd0cd60b0d2de2c7cc98bce8d12e24ae;p=mutt Abort prompt on ^C, as was the case prior to 12a6de725483 --- diff --git a/curs_lib.c b/curs_lib.c index 43a563c0..23a1e56f 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) {