Only switch to active chats

This commit is contained in:
James Booth
2012-02-12 21:36:01 +00:00
parent ae84c92d23
commit cdbd0d2f0a
4 changed files with 33 additions and 12 deletions

View File

@@ -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);