summaryrefslogtreecommitdiffstats
path: root/curs_lib.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-09-07 15:23:46 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-09-07 15:23:46 +0000
commit09d790e66ba68a1cd4e2dd3b775ac319180bbbfd (patch)
tree913eb83c6ddaabd89e597d0095f459ba291462db /curs_lib.c
parent89dcb62df1d6a68ff21e58044090de2003e209e1 (diff)
Clear the "Exit Mutt" prompt.
Diffstat (limited to 'curs_lib.c')
-rw-r--r--curs_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/curs_lib.c b/curs_lib.c
index 2d49dd47..e9a0c69b 100644
--- a/curs_lib.c
+++ b/curs_lib.c
@@ -166,6 +166,7 @@ void mutt_query_exit (void)
endwin ();
exit (0);
}
+ mutt_clear_error();
mutt_curs_set (-1);
Signals &= ~S_INTERRUPT;
}