Moved cons_about() to console module

This commit is contained in:
James Booth
2013-04-20 23:39:17 +01:00
parent 3e66b0a9d2
commit c7100203e4
8 changed files with 404 additions and 382 deletions

View File

@@ -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;
}