Re: Trouble with hardstatus under 5.0.0

2024-08-30 Thread Christian Kujau
On Fri, 30 Aug 2024, Alex Naumov wrote: > Maybe except of re-open this closed bugreport, you could read the mails > from the mailing list and help to test RC (release candidate) version when > I'm asking for that? No? Yes, that would have been helpful, I'm sure. In fact, I'm using GNU/screen on a

Re: Trouble with hardstatus under 5.0.0

2024-08-30 Thread Alex Naumov
On Fri, Aug 30, 2024 at 11:04 PM Christian Kujau wrote: > Just found a similar post on screen-devel[0] which appears to be more > active, which references https://savannah.gnu.org/bugs/?66003 -- which is > closed, but maybe we can re-open this one. > > Maybe except of re-open this closed bugrepor

Re: Trouble with hardstatus under 5.0.0

2024-08-30 Thread Christian Kujau
On Fri, 30 Aug 2024, Christian Kujau wrote: > $ git bisect bad > 99a8b26d7ae221dfdc1bbe8f04f5867f7ebc07bc is the first bad commit > commit 99a8b26d7ae221dfdc1bbe8f04f5867f7ebc07bc > Author: Amadeusz Sławiński > Date: Sat Jan 12 23:01:42 2013 +0100 > > Remove escape codes which can be handle

Re: Trouble with hardstatus under 5.0.0

2024-08-30 Thread Christian Kujau
On Fri, 30 Aug 2024, Christian Kujau wrote: > - > $ cat .screenrc.foo > escape ^Ff > hardstatus alwayslastline "%{= kY} %H | %Y-%m-%d %c:%s | Load: %l | %w" > - With GNU/screen 5.0.0, the workaround for me is: backtick2 1 2 cut -d' ' -f1-3 /proc

Re: Trouble with hardstatus under 5.0.0

2024-08-30 Thread Christian Kujau
On Fri, 30 Aug 2024, Christian Kujau wrote: > This will take a while to bisect: OTOH, git-bisect really *is* an awesome tool: $ git bisect bad 99a8b26d7ae221dfdc1bbe8f04f5867f7ebc07bc is the first bad commit commit 99a8b26d7ae221dfdc1bbe8f04f5867f7ebc07bc Author: Amadeusz Sławiński Date: Sat J

Re: Trouble with hardstatus under 5.0.0

2024-08-30 Thread Christian Kujau
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 a