mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 16:40:24 +02:00
zsh-workers/8994
This commit is contained in:
parent
e721ca5e67
commit
3b4009cd53
3 changed files with 12 additions and 11 deletions
|
@ -35,7 +35,7 @@ else
|
|||
case $TERM in
|
||||
sun-cmd) print -n -P "\033]l$str\033\\"
|
||||
;;
|
||||
*xterm*) print -n -P "\033]2;$str\a"
|
||||
*xterm*|rxvt|dtterm|Eterm) print -n -P "\033]2;$str\a"
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue