1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-05 11:01:13 +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
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