>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.

Color escape codes changed in screen v5. In screen v4, to get bold green text
on a black background in the caption line, I used:

  %{.kG}

but in v5 this became:

  %{b2;0}

I don't know why they changed. You will have to read about "String Escapes" in
the man page or info for screen v5. This is kind of a painful part of screen
configuration, but maybe the above example will get you started.

Good luck, Andrew


Reply via email to