Same here, with a simpler hardstatus: ----------------- $ cat .screenrc.foo escape ^Ff hardstatus alwayslastline "%{= kY} %H | %Y-%m-%d %c:%s | Load: %l | %w" -----------------
With GNU/screen 4.9.1 this would display the hostname, the date and time, the load, and all the open windows at the bottom: $ screen -c .screenrc.foo -US foo [...] snafu | 2024-08-30 18:03:47 | Load: 0.65 0.83 1.10 | 0* bash With GNU/screen 5.0.0 the following happens instead: snafu | 2024-08-30 18:06:230x47 | Load: | 0 bash This will take a while to bisect: ----------------- $ git diff v.4.9.1..v.5.0.0 --stat | tail -1 120 files changed, 32171 insertions(+), 44719 deletions(-) $ git diff v.4.9.1..v.5.0.0 | grep -c hardstatus 66 ----------------- Christian. -- BOFH excuse #10: hardware stress fractures