about summary refs log tree commit diff stats
path: root/title_bar.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-02-20 01:42:29 +0000
committerJames Booth <boothj5@gmail.com>2012-02-20 01:42:29 +0000
commit7dfea94c88a876c51b86b46578c4cf409605a6c3 (patch)
tree6d89f0cc73533e1af28dd08bfa0fa7b4ce3766ec /title_bar.c
parentb3f42cd300e703e4d411ed03cef138462ff34fbf (diff)
downloadprofani-tty-7dfea94c88a876c51b86b46578c4cf409605a6c3.tar.gz
Merged input processing loops
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()