summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2009-02-20 15:28:06 +0100
committerHugues Hiegel <hugues@hiegel.fr>2009-02-20 15:28:06 +0100
commitd2d3735f131c9d8cd9611e3a44d4da191e8d6293 (patch)
treebcbbc78219fe92902c106a651559049a18e618f7
parent0df7b65a5aacc6585b06bd43ebd9bcee367d8cd5 (diff)
[FUNCS] term_title for screen and screen-linux
-rw-r--r--01_Functions.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/01_Functions.zsh b/01_Functions.zsh
index 842e4d6..f341200 100644
--- a/01_Functions.zsh
+++ b/01_Functions.zsh
@@ -42,7 +42,7 @@ term_title()
*term*|rxvt*|putty)
print -Pn "\e]0;%n@%m (%l) %~$@\a" # Sets term title
;;
- screen)
+ screen*)
# hardstatus
print -Pn "\e]2;[SCREEN #n] ?u(u) ?%n@%m (%l) %~$@\a" # Sets hardstatus line (term title)
# caption