]> granicus.if.org Git - mutt/commitdiff
Clear the "Exit Mutt" prompt.
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 7 Sep 1998 15:23:46 +0000 (15:23 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 7 Sep 1998 15:23:46 +0000 (15:23 +0000)
curs_lib.c

index 2d49dd47646cdbd790c3b52e814b4c70c94f3912..e9a0c69b69a479b07980ed62c23c8f158295a963 100644 (file)
@@ -166,6 +166,7 @@ void mutt_query_exit (void)
     endwin ();
     exit (0);
   }
+  mutt_clear_error();
   mutt_curs_set (-1);
   Signals &= ~S_INTERRUPT;
 }