aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index b48bd0091..382897ddb 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);