From bd3b16c660e763f32f390ea35c38f7c1e0addd95 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 16 Nov 2012 19:19:48 +0100 Subject: fixed clearing message line: do not display an empty message line (which can mean an empty line sent to stdout) --- cmdline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmdline.cpp') diff --git a/cmdline.cpp b/cmdline.cpp index 2fe2b21..5018054 100644 --- a/cmdline.cpp +++ b/cmdline.cpp @@ -35,7 +35,7 @@ cmdline_keypress(gchar key) * Cleanup messages, popups, etc... */ interface.popup_clear(); - interface.msg(Interface::MSG_USER, " "); + interface.msg_clear(); /* * Process immediate editing commands -- cgit v1.2.3