Просмотр исходного кода

make sessionname in screen hardstatus more obvious

It is the most important feature of the hardstatus, so let's make it more
pronounced.
Weiyi Lou 13 лет назад
Родитель
Сommit
a4aedc9ed4
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      screen/screenrc

+ 2 - 1
screen/screenrc

@@ -150,7 +150,7 @@ caption               always          "%{= kw} %=%-Lw%{g}[%n* %t%? %f%?]%{= kw}%
 # %m - month number
 # %m - month number
 # %Y - full year number
 # %Y - full year number
 #
 #
-hardstatus            alwayslastline  "%{k.} %=Host: %{+b r}%H   %{-}Session: %{y}%1`%?   %{-}Users: %{m}(%u)%?   %{-}Time: %{b}%c, %LD, %d.%m.%Y%="
+hardstatus            alwayslastline  "%{k.} %=Host: %{+b r}%H   %{-}Session: %{y}[ %1` ]%?   %{-}Users: %{m}(%u)%?   %{-}Time: %{b}%c, %LD, %d.%m.%Y%="
 msgwait               15
 msgwait               15
 
 
 
 
@@ -158,6 +158,7 @@ msgwait               15
 # Backtick Commands
 # Backtick Commands
 #
 #
 # Commands to call using the %` substitutions (e.g. in hardstatus line)
 # Commands to call using the %` substitutions (e.g. in hardstatus line)
+# Potentially Very Powerful!
 #
 #
 # Syntax:
 # Syntax:
 #     backtick id lifespan autorefresh command [args...]
 #     backtick id lifespan autorefresh command [args...]