diff options
author | hugues <hugues@a0e5b806-a6f9-0310-978d-cbce73f8a913> | 2007-05-07 09:18:41 +0000 |
---|---|---|
committer | Hugues Hiegel <hugues@hiegel.fr> | 2008-03-07 14:15:11 +0100 |
commit | 65f5c5a13003c27d651d5d6160a187267abe0add (patch) | |
tree | d9beb2a57feca6634bc08d53cab288e6a6b037a3 /80_Functions.zsh | |
parent | aa105a2314ef4c600099899a75928b171f2b06d9 (diff) |
Ajout du support term de rxvt-unicode pour les titres...
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@366 a0e5b806-a6f9-0310-978d-cbce73f8a913
Diffstat (limited to '80_Functions.zsh')
-rw-r--r-- | 80_Functions.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/80_Functions.zsh b/80_Functions.zsh index 02d9fa4..dd6de32 100644 --- a/80_Functions.zsh +++ b/80_Functions.zsh @@ -14,7 +14,7 @@ term_title() case $TERM in sun-cmd) print -Pn "\e]l%n@%m %~$1\e\\" ;; - *xterm*|rxvt|(k|E|dt)term|gnome-terminal) + *xterm*|rxvt*|(k|E|dt)term|gnome-terminal) print -Pn "\e]0;%n@%m (%l) %~$1\a" ;; esac } |