fix (zsh/term_title): remove case for xterm - screen is the main reason for this feature
This commit is contained in:
parent
50d50ff069
commit
6ac8ce7a60
@ -18,10 +18,6 @@ set_termtitle() {
|
||||
# screen location
|
||||
print -rn -- $'\e'"_${(%)${:-%m}}: ${a}"$'\e'$'\\'
|
||||
;;
|
||||
xterm*|rxvt*)
|
||||
# plain xterm title
|
||||
print -rn -- $'\e'"]2;${(%)${:-%m}}: ${a}"$'\a'
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user