我从某处复制了几行到我的 .screenrc 中,以提供信息丰富的 hardstatus 行:
# 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 alwayslastline "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a "
根据屏幕文档,“闪烁”颜色修饰符是 B。然而,hardstatus 行在任何地方都没有 B……而且它仍然在闪烁!它快把我逼疯了。我查看了其他screenrc,询问了同事,从该状态行左右删除了令牌,但没有什么能阻止它闪烁。
如何在不闪烁的情况下获得漂亮的红蓝状态线?任何帮助,将不胜感激。