diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-16 19:03:11 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-16 19:03:11 +0100 |
commit | 1cca9553881af45c737b19a14a6b28e8244cfe39 (patch) | |
tree | e81725c8982e0736d0db7882038993f1300347a5 | |
parent | 597497938a96b14f327345adb00dfcfd080208a3 (diff) | |
download | sciteco-1cca9553881af45c737b19a14a6b28e8244cfe39.tar.gz |
clear message line after every keypress
-rw-r--r-- | cmdline.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmdline.cpp b/cmdline.cpp index e2103ac..2fe2b21 100644 --- a/cmdline.cpp +++ b/cmdline.cpp @@ -35,6 +35,7 @@ cmdline_keypress(gchar key) * Cleanup messages, popups, etc... */ interface.popup_clear(); + interface.msg(Interface::MSG_USER, " "); /* * Process immediate editing commands |