summaryrefslogtreecommitdiffstats
path: root/curs_lib.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-07-01 09:45:12 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-07-01 09:45:12 +0000
commit32016c8f74f4914c71e2c006c82ab7a6c7ddebd6 (patch)
tree3bc556f813a6d8377bddefaf21c36621d56928a0 /curs_lib.c
parentedfda8e884b92c31e0fe1c9a27cc32077862059f (diff)
Various patches from last week, including:
- new mh/maildir access code. - subscribe/unsubscribe - various fixes.
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 edbe46d2..1cb35d13 100644
--- a/curs_lib.c
+++ b/curs_lib.c
@@ -300,6 +300,7 @@ int mutt_any_key_to_continue (const char *s)
tcsetattr (f, TCSADRAIN, &old);
close (f);
fputs ("\r\n", stdout);
+ mutt_clear_error ();
return (ch);
}