Created
June 23, 2012 17:24
-
-
Save r00k/2979094 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hardstatus alwayslastline "%{= KW}%-w%{= ck}%50>%n %t%{-}%+w%<%-22=%{w}%c [%l]" | |
nonblock 5 | |
# detach the screen if we get disconnected | |
autodetach on | |
# Show messages at the bottom for only 0.5s | |
msgwait 0.5 | |
shell -${SHELL} | |
# Show the currently-running program | |
shelltitle '$ |bash' | |
# allow for 10,000 lines of scroll back (default 100) | |
defscrollback 10000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment