summaryrefslogtreecommitdiff
path: root/01_Functions.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2009-07-10 10:39:25 +0200
committerHugues Hiegel <hugues@hiegel.fr>2009-07-10 10:39:25 +0200
commit31ee25a4823632903576939934728a7990c5ddaa (patch)
tree96da49a8cd9a25cd5647b7faf6d2b20d0a41706e /01_Functions.zsh
parent69acd16835444ce0b7045875df01e52630b02f1c (diff)
[Funcs] more colors for screen hardstatus
Diffstat (limited to '01_Functions.zsh')
-rw-r--r--01_Functions.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/01_Functions.zsh b/01_Functions.zsh
index cf58e9b..a4667c6 100644
--- a/01_Functions.zsh
+++ b/01_Functions.zsh
@@ -53,7 +53,7 @@ term_title()
[ $# -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;{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{R}@{r}%m{-b W} ({+b c}%l{-b W}) {R}%~{W}${_sep:+$_sep \{+b Y\}}$@{-b W}\a" # Sets hardstatus line (term title)
# caption
print -Pn "\ek"
[ "$SUDO_USER" != "" ] && print -Pn "($USER) "