mhulse / dotfizzles

Fo shizzle … Dotfizzles in the hizzay dirz!
15 stars 4 forks source link

~/.screenrc #199

Closed mhulse closed 5 years ago

mhulse commented 5 years ago

Add:

shell /bin/bash

autodetach on

# Big scrollback
defscrollback 5000

# No annoying startup message
startup_message off

# Display the status line at the bottom
hardstatus on
hardstatus alwayslastline
hardstatus string "%{.kW}%-w%{.bW}%t [%n]%{-}%+w %=%{..G} %H %{..Y} %Y/%m/%d %c"
#termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007:ti@:te@'
#termcapinfo xterm* ti@:te@
terminfo xterm* ti=:te=
vbell off
mhulse commented 5 years ago

Might be nice to explain what this is, and why I'm adding it.

mhulse commented 5 years ago

https://unix.stackexchange.com/a/59349/67282