From e4e1d5e29b883d66b2f89c5ed659f07475e9ee5e Mon Sep 17 00:00:00 2001 From: Will Song Date: Thu, 1 Jan 2015 23:02:41 -0600 Subject: now using system("echo -ne ...") to print title --- src/ui/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/core.c b/src/ui/core.c index 96ac621d..35f97b71 100644 --- a/src/ui/core.c +++ b/src/ui/core.c @@ -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 -- cgit 1.4.1-2-gfad0