Hello,
I am looking for some help understanding a problem with my .screenrc when
moving from GNU Screen 4.09.01 to newer versions such as 5.0.0 or 5.0.2
I currently use
startup_message off
term xterm-256color
hardstatus alwaysfirstline
hardstatus string "%{= kw}%S [%n %t%? %f%?]%=%c (%d %LD/%m %LM/%Y)%55=%=%w"
caption always
caption string '%=%?%F%{= wk}%:%{= kw}%?%n %t %f%{= kw}%='
rendition so = kw
This works as expected with Screen 4.09.01, but I cannot get the same result
with Screen 5.0.0 or 5.0.2.
In particular, I am having problems with caption and rendition.
I am very interested to find the equivalent configuration for newer versions,
because I am really interested in finding what I am missing.
Thank You!