set a nice title (instead of empty) on shutdown

This commit is contained in:
Will Song
2014-12-29 20:05:50 -06:00
parent e7ddff61dc
commit 3561ff4d97
3 changed files with 8 additions and 1 deletions

View File

@@ -2256,6 +2256,12 @@ ui_clear_win_title(void)
printf("%c]0;%c", '\033', '\007');
}
void
ui_goodbye_title(void)
{
printf("%c]0;Thanks for using Profanity%c", '\033', '\007');
}
void
ui_statusbar_new(const int win)
{