From 31ee25a4823632903576939934728a7990c5ddaa Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 10 Jul 2009 10:39:25 +0200 Subject: [Funcs] more colors for screen hardstatus --- 01_Functions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) " -- cgit v1.2.3