mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 21:46:21 +00:00
set a nice title (instead of empty) on shutdown
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user