Changes to status bar for unlimited windows - WIP
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user