1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-08 12:01:21 +02:00

zsh-workers/8993

This commit is contained in:
Tanaka Akira 1999-12-10 16:07:57 +00:00
parent 188e6569db
commit e721ca5e67

View file

@ -35,7 +35,7 @@ else
case $TERM in case $TERM in
sun-cmd) print -n -P "\033]l$str\033\\" 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 esac
fi fi