# HG changeset patch # User Tomas Zeman # Date 1771493224 -3600 # Node ID 75f624d53e83ed7f240a09b69b9cf47bdc228d32 # Parent 4267602e8494f825bb74f54f85bf770094df846a screenrc: update config -> gnu screen 5.0 diff -r 4267602e8494 -r 75f624d53e83 config/.screenrc --- a/config/.screenrc Tue Dec 15 09:22:21 2020 +0100 +++ b/config/.screenrc Thu Feb 19 10:27:04 2026 +0100 @@ -4,7 +4,9 @@ defscrollback 2000 hardstatus alwayslastline startup_message off -hardstatus string '%S %{= gK}%-Lw%{= KW}%50>%n%f* %t%{= gK}%+Lw%< %{= kG}%-=%H %l %Y-%m-%d %c:%s%{-}' +truecolor on +hardstatus string '%S %{= #000000;#00ee00}%-Lw%{= #00ee00;#000000}%50>%n%f* %t%{= #000000;#00ee00}%+Lw%< %{= #000000;#00ee00}%-=%H %l %Y-%m-%d %c:%1`%{-}' +backtick 1 1 1 date +%S bind ^x bind x bind c screen 1 diff -r 4267602e8494 -r 75f624d53e83 config/.topscreenrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config/.topscreenrc Thu Feb 19 10:27:04 2026 +0100 @@ -0,0 +1,8 @@ +term xterm +vbell on +escape ^xx +defscrollback 2000 +hardstatus alwayslastline +startup_message off +truecolor on +hardstatus string '%S %{= #000000;#cccc00}%-Lw%{= #cccc00;#000000}%50>%n%f* %t%{= #000000;#cccc00}%+Lw%< %{= #000000;#cccc00}%-=%H %l %Y-%m-%d %c%{-}'