add Added Files:
[hdw-repos/packages.git] / demian / splitvt / title.c.patch
diff --git a/demian/splitvt/title.c.patch b/demian/splitvt/title.c.patch
new file mode 100755 (executable)
index 0000000..6337afa
--- /dev/null
@@ -0,0 +1,10 @@
+--- dem-old/utils/title.c.old  2002-11-18 23:26:41.000000000 -0600
++++ dem-new/utils/title.c      2002-11-18 23:29:25.000000000 -0600
+@@ -1 +1 @@
+-/* Set the titlebar on an xterm */
++/* Set the titlebar + "HDW Linux" on an xterm */
+@@ -11 +11,3 @@
+-      printf("\033]0;%s\07", argv[1]); fflush(stdout);
++      char * title = argv[1] ;
++      strcat(title, " HDW Linux :)") ;
++      printf("\033]0;%s\07", title); fflush(stdout);