about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-06 23:47:50 +0000
committerJames Booth <boothj5@gmail.com>2013-01-06 23:47:50 +0000
commitc341468c92778f9997b33e547ad4ef974ed0e3c1 (patch)
tree072ef5f7f112671a8c0814b92ca65c3218d1e6d4
parent8a110a4366d7eea019d1e9ac442d35f4bf9d58c8 (diff)
downloadprofani-tty-c341468c92778f9997b33e547ad4ef974ed0e3c1.tar.gz
Fix issue #121
-rw-r--r--src/title_bar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/title_bar.c b/src/title_bar.c
index af22d5cc..545f24f1 100644
--- a/src/title_bar.c
+++ b/src/title_bar.c
@@ -56,6 +56,7 @@ title_bar_title(void)
     recipient = NULL;
     typing_elapsed = NULL;
     title_bar_show("Profanity. Type /help for help information.");
+    _title_bar_draw_status();
     dirty = TRUE;
 }