1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

now using system("echo -ne ...") to print title

This commit is contained in:
Will Song 2015-01-01 23:02:41 -06:00
parent ca6b367133
commit e4e1d5e29b
No known key found for this signature in database
GPG Key ID: AF0CA153EA5D9C7C

View File

@ -2259,7 +2259,7 @@ ui_clear_win_title(void)
void
ui_goodbye_title(void)
{
printf("%c]0;Thanks for using Profanity%c", '\033', '\007');
system("echo -ne \"\033]0;Thanks for using Profanity\007\"");
}
void