about summary refs log tree commit diff stats
path: root/src/command/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-08-28 00:50:15 +0100
committerJames Booth <boothj5@gmail.com>2013-08-28 00:50:15 +0100
commit9ef7e2d233733d32514420c7dd52c104d4fd3f6b (patch)
tree6e02827e7a0da6c956666c7fa98f174e5b03b3c5 /src/command/command.c
parentb5eb095820e95a225f6d8a4748c291ddff236146 (diff)
downloadprofani-tty-9ef7e2d233733d32514420c7dd52c104d4fd3f6b.tar.gz
Changes to status bar for unlimited windows - WIP
Diffstat (limited to 'src/command/command.c')
-rw-r--r--src/command/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 33550e07..360daa07 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -1822,7 +1822,7 @@ _cmd_about(gchar **args, struct cmd_help_t help)
     cons_show("");
     cons_about();
     if (ui_current_win_type() != WIN_CONSOLE) {
-        status_bar_new(0);
+        status_bar_new(1);
     }
     return TRUE;
 }
@@ -2124,7 +2124,7 @@ _cmd_who(gchar **args, struct cmd_help_t help)
     }
 
     if (win_type != WIN_CONSOLE && win_type != WIN_MUC) {
-        status_bar_new(0);
+        status_bar_new(1);
     }
 
     return TRUE;