mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 21:16:21 +00:00
now using system("echo -ne ...") to print title
This commit is contained in:
@@ -2259,7 +2259,7 @@ ui_clear_win_title(void)
|
|||||||
void
|
void
|
||||||
ui_goodbye_title(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
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user