aboutsummaryrefslogtreecommitdiffstats
path: root/src/nyancat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nyancat.c')
-rw-r--r--src/nyancat.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/nyancat.c b/src/nyancat.c
index 2a82b83..21abfa8 100644
--- a/src/nyancat.c
+++ b/src/nyancat.c
@@ -413,6 +413,11 @@ ready:
break;
}
+ /* Attempt to set terminal title */
+ printf("\033kNyanyanyanyanyanyanya...\033\134");
+ printf("\033]1;Nyanyanyanyanyanyanya...\007");
+ printf("\033]2;Nyanyanyanyanyanyanya...\007");
+
/* Clear the screen */
printf("\033[H\033[2J\033[?25l");