我的GNU-Screen中有多个布局。是否可以在屏幕的状态栏中显示当前使用的布局的名称?
答案 0 :(得分:0)
也许,这就是你需要的。
# the following two lines give a two-line status, with the current window highlighted
hardstatus alwayslastline
hardstatus string '%{= kG}[%{G}%H%? %1`%?%{g}][%= %{= kw}%-w%{+b yk} %n*%t%?(%u)%? %{-}%+w %=%{g}][%{B}%m/%d %{W}%C%A%{g}]'
来源:Gist link
示例: