From: Kalle Wallin Date: Sun, 20 Jun 2004 10:01:53 +0000 (+0000) Subject: Dont set the xterm title X-Git-Tag: v0.12_alpha1~504 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b64e284f82a247898be963d6df94ad128b52f3e4;p=ncmpc.git Dont set the xterm title git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1582 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- diff --git a/src/main.c b/src/main.c index b48bd00..382897d 100644 --- a/src/main.c +++ b/src/main.c @@ -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);