Code

Dont set the xterm title
authorKalle Wallin <kaw@linux.se>
Sun, 20 Jun 2004 10:01:53 +0000 (10:01 +0000)
committerKalle Wallin <kaw@linux.se>
Sun, 20 Jun 2004 10:01:53 +0000 (10:01 +0000)
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1582 09075e82-0dd4-0310-85a5-a0d7c8717e4f

src/main.c

index b48bd0091382ea35467a0d9096b6a06cf21154e1..382897ddb2f172974f684f4fdf0d3ad4060398f0 100644 (file)
@@ -163,8 +163,9 @@ main(int argc, const char *argv[])
     }
 
   /* set xterm title */
-  if( g_getenv("DISPLAY") )
-    printf("%c]0;%s%c", '\033', PACKAGE " version " VERSION, '\007');
+  /*   if( g_getenv("DISPLAY") )
+   *     printf("%c]0;%s%c", '\033', PACKAGE " version " VERSION, '\007'); 
+   */
 
   /* install exit function */
   atexit(exit_and_cleanup);