################################################################# # Thomas Dohl # #===============================================================# # # # Webpage: http://www.thomas-dohl.de/ # # # # Datum: 30.03.2020 # # Version: 2.3 # # Datei: screenrc # # Download: http://www.thomas-dohl.de/downloads/screenrc # ################################################################# startup_message off caption always "%{WB}%?%-Lw%?%{kw}%n*%f %t%?(%u)%?%{WB}%?%+Lw%?%{Wb}%=" hardstatus alwayslastline "%{= RY}[%{RW}$LOGNAME%{RY}@%H]%{gW} %c:%s | %Y-%m-%d %{yW} Load: %l %{BW} [%n%f %t] %{bW} %=" # erase background with current bg color defbce on defscrollback 100000 term xterm # we do not want the width to change to 80 characters on startup # or Putty: Configuration -> Terminal -> Features -> Disable remote-controlled terminal resizing termcap xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' terminfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'