added cool stuff to the example .screenrc file, mostly for a status line and a better
authorChris Koeritz <fred@gruntose.com>
Thu, 21 Mar 2013 22:50:56 +0000 (18:50 -0400)
committerChris Koeritz <fred@gruntose.com>
Thu, 21 Mar 2013 22:50:56 +0000 (18:50 -0400)
log file name (based on process name and timestamp now).

database/configuration/screen/screenrc
scripts/security/start_tunnels.sh [changed mode: 0644->0755]

index a953b47d6ee4df408ac212f077c1c760b4b29bc3..bc3f9bdae19192ec597ae26278769d9271f22031 100644 (file)
@@ -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"
 
old mode 100644 (file)
new mode 100755 (executable)