screen配置窗口显示
screen的下方不显示,可以复制如下的代码
cd /root && vim .screenrc
贴上如下内容
hardstatus on
hardstatus alwayslastline
hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a "
startup_message off
termcapinfo xterm* ti@:te@
screen的下方不显示,可以复制如下的代码
cd /root && vim .screenrc
贴上如下内容
hardstatus on
hardstatus alwayslastline
hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a "
startup_message off
termcapinfo xterm* ti@:te@