mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
16 lines
518 B
Plaintext
16 lines
518 B
Plaintext
################################################################################
|
|
## ~/.screenrc
|
|
################################################################################
|
|
|
|
defscrollback 1000000
|
|
hardstatus alwayslastline
|
|
hardstatus string '%{gk}[%{G}%H%{g}][%= %{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{g}]%{=b C}[%m/%d/%y %C %A]%{W}'
|
|
logfile flush
|
|
logtstamp after 1
|
|
logtstamp on
|
|
shell -$SHELL
|
|
startup_message off
|
|
termcapinfo xterm ti@:te@
|
|
termcapinfo xterm-color ti@:te@
|
|
vbell off
|