From 592b96665eb93556c5b686882d66db1e69a6e16e Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Thu, 21 Mar 2013 18:50:56 -0400 Subject: [PATCH 1/1] added cool stuff to the example .screenrc file, mostly for a status line and a better log file name (based on process name and timestamp now). --- database/configuration/screen/screenrc | 9 ++++++++- scripts/security/start_tunnels.sh | 0 2 files changed, 8 insertions(+), 1 deletion(-) mode change 100644 => 100755 scripts/security/start_tunnels.sh diff --git a/database/configuration/screen/screenrc b/database/configuration/screen/screenrc index a953b47d..bc3f9bda 100644 --- a/database/configuration/screen/screenrc +++ b/database/configuration/screen/screenrc @@ -1,5 +1,12 @@ nethack on -logfile $HOME/.tmp/zz_screenlog.%n +logfile $HOME/.tmp/zz_screenlog_%t_%Y_%m_%d_%c.%n + +defscrollback 1024 + +# Display the status line +hardstatus on +hardstatus alwayslastline +hardstatus string "%{.kW}%-w%{.bW}%t [%n]%{-}%+w %=%{..G} %H %{..Y} %Y/%m/%d %c" diff --git a/scripts/security/start_tunnels.sh b/scripts/security/start_tunnels.sh old mode 100644 new mode 100755 -- 2.34.1