summaryrefslogtreecommitdiff
path: root/01_Functions.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@openwide.fr>2009-07-09 13:43:05 +0200
committerHugues Hiegel <hugues.hiegel@openwide.fr>2009-07-09 13:43:05 +0200
commit69acd16835444ce0b7045875df01e52630b02f1c (patch)
treefbdcc13ea11c73627679fc05f1deb0826838d19b /01_Functions.zsh
parentb26616140d397b756bbccb5ae295b0af6bc788dd (diff)
[Funcs] hardstatus set without 'SCREEN' since it's set by screen itself
Diffstat (limited to '01_Functions.zsh')
-rw-r--r--01_Functions.zsh3
1 files changed, 2 insertions, 1 deletions
diff --git a/01_Functions.zsh b/01_Functions.zsh
index 6871852..cf58e9b 100644
--- a/01_Functions.zsh
+++ b/01_Functions.zsh
@@ -52,7 +52,8 @@ term_title()
local _sep=""
[ $# -gt 0 ] && _sep=$1 && shift # gets and discards the separator, if any.
# hardstatus
- print -Pn "\e]2;{+b W}SCREEN #n {-b W}| {R}?u(u) ?{W}{r}%n@%m{W} ({c}%l{W}) {R}%~{W}${_sep:+$_sep \{+b Y\}}$@{-b W}\a" # Sets hardstatus line (term title)
+ #print -Pn "\e]2;{+b W}SCREEN #n {-b W}| {R}?u(u) ?{W}{r}%n@%m{W} ({c}%l{W}) {R}%~{W}${_sep:+$_sep \{+b Y\}}$@{-b W}\a" # Sets hardstatus line (term title)
+ print -Pn "\e]2;{R}?u(u) ?{W}{r}%n@%m{W} ({c}%l{W}) {R}%~{W}${_sep:+$_sep \{+b Y\}}$@{-b W}\a" # Sets hardstatus line (term title)
# caption
print -Pn "\ek"
[ "$SUDO_USER" != "" ] && print -Pn "($USER) "