screenrc: update config -> gnu screen 5.0
authorTomas Zeman <tomas@functionals.cz>
Thu, 19 Feb 2026 10:27:04 +0100
changeset 61 75f624d53e83
parent 60 4267602e8494
child 62 9444c538bb93
screenrc: update config -> gnu screen 5.0
config/.screenrc
config/.topscreenrc
--- 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
--- /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%{-}'