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