about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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;
 }