由买买提看人间百态

topics

全部话题 - 话题: hardstatus
(共0页)
E*V
发帖数: 17544
1
来自主题: Linux版 - gnu screen issue
originally copied from qiuxing.
then I added something...
put this in your ~/.screenrc
and restart screen
you will have no problem la
remember now, not ^a,
just use `a
to input `, press ` twice
# An alternative hardstatus to display a bar at the bottom listing the
# windownames and highlighting the current windowname in blue. (This is only
# enabled if there is no hardstatus setting for your terminal)
hardstatus on
hardstatus alwayslastline
hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G}
c******e
发帖数: 124
2
add the following lines to your ~/.screenrc
hardstatus on
hardstatus alwayslastline
hardstatus string '%{gk}[%{G}%H%{g}][%= %{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?
(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{g}]%{=b C}[ %m/%d %c ]%{W}'
h**u
发帖数: 19
3
I had the following in my .screenrc
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%
?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'
h**u
发帖数: 19
4
There is an extra line to make it effective:
hardstatus alwayslastline

t%
(共0页)