about summary refs log tree commit diff stats
path: root/title_bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'title_bar.c')
-rw-r--r--title_bar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/title_bar.c b/title_bar.c
index aaa053f1..67b68566 100644
--- a/title_bar.c
+++ b/title_bar.c
@@ -11,6 +11,7 @@ void create_title_bar(void)
     title_bar = newwin(1, cols, 0, 0);
     wbkgd(title_bar, COLOR_PAIR(3));
     title_bar_title();
+    title_bar_disconnected();
 }
 
 void title_bar_title()