1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 06:36:46 +02:00

Allow empty status messages

This commit is contained in:
jfreegman
2018-10-04 12:43:43 -04:00
parent 63cc23401a
commit 94d22a8853
3 changed files with 4 additions and 4 deletions

View File

@ -1285,7 +1285,7 @@ int main(int argc, char **argv)
init_term();
prompt = init_windows(m);
prompt_init_statusbar(prompt, m);
prompt_init_statusbar(prompt, m, !datafile_exists);
load_groups(prompt, m);
/* thread for ncurses stuff */