M*P 发帖数: 6456 | 1 I cannot find how to turn it on. it's on our school's cluster. but they won'
t tell me how to set it up like this. |
M*P 发帖数: 6456 | 2 this is better.
won'
【在 M*P 的大作中提到】 : I cannot find how to turn it on. it's on our school's cluster. but they won' : t tell me how to set it up like this.
|
G*F 发帖数: 427 | |
M*P 发帖数: 6456 | 4 I am sure it's screen.
【在 G*F 的大作中提到】 : 看着像tmux?
|
c******e 发帖数: 124 | 5 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}'
【在 M*P 的大作中提到】 : I am sure it's screen.
|
M*P 发帖数: 6456 | 6 Thank you, what does all the string mean?
%?
【在 c******e 的大作中提到】 : 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}'
|
c******e 发帖数: 124 | 7 I don't know either. I copied from my friend a few years ago. I use tmux now.
【在 M*P 的大作中提到】 : Thank you, what does all the string mean? : : %?
|