Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: zftp xterm titlebar



It would be nice if terminfo/termcap had support for titlebars,
but I can't find any.

--- Functions/Zftp/zftp_chpwd	1999/09/10 13:58:18	1.1.1.4
+++ Functions/Zftp/zftp_chpwd	1999/12/10 15:57:10
@@ -35,7 +35,7 @@
     case $TERM in
       sun-cmd) print -n -P "\033]l$str\033\\"
 	       ;;
-      xterm|aixterm) print -n -P "\033]2;$str\a"
+      *xterm*) print -n -P "\033]2;$str\a"
 	     ;;
     esac
   fi



Messages sorted by: Reverse Date, Date, Thread, Author