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-12 21:36:01 +0000
committerJames Booth <boothj5@gmail.com>2012-02-12 21:36:01 +0000
commitcdbd0d2f0a2b945a8bf0b6ab17dafaf0d0cf90bf (patch)
tree0e094d7e347ed399c60163230c09557cbe069fbb /title_bar.c
parentae84c92d230d752dbb27a9cbd17f479873438391 (diff)
downloadprofani-tty-cdbd0d2f0a2b945a8bf0b6ab17dafaf0d0cf90bf.tar.gz
Only switch to active chats
Diffstat (limited to 'title_bar.c')
-rw-r--r--title_bar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/title_bar.c b/title_bar.c
index 130afa74..27b2855e 100644
--- a/title_bar.c
+++ b/title_bar.c
@@ -5,7 +5,7 @@ static WINDOW *title_bar;
 
 void create_title_bar(void)
 {
-    char *title = "Profanity";
+    char *title = "Profanity. Type /help for help information.";
 
     int rows, cols;
     getmaxyx(stdscr, rows, cols);