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:
parent
188e6569db
commit
e721ca5e67
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue