From c7100203e464ebc684eadb83020564b1d51e4e43 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 20 Apr 2013 23:39:17 +0100 Subject: Moved cons_about() to console module --- src/command/command.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/command') diff --git a/src/command/command.c b/src/command/command.c index 1a0596b6..5ceb004a 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -1550,6 +1550,9 @@ _cmd_about(gchar **args, struct cmd_help_t help) { cons_show(""); cons_about(); + if (!win_current_is_console()) { + status_bar_new(0); + } return TRUE; } @@ -1808,6 +1811,10 @@ _cmd_who(gchar **args, struct cmd_help_t help) } } + if (!win_current_is_console()) { + status_bar_new(0); + } + return TRUE; } -- cgit 1.4.1-2-gfad0