Follow-up Comment #1, bug #32339 (project screen):
I ran into this issue as well. I reproduce it with the following:
hardstatus string '%{= kG}[ %{G}%H %{g}][ %{=
kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)
%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W}%c %{g}]'
And removing the first %= also fixes the iss
Follow-up Comment #2, bug #32339 (project screen):
Sorry, below was the fixed hardstatus line. The broken one (with the %=) is:
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{=
kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-
%d %{W}%c %{g}]'
___