Created
September 27, 2011 06:50
-
-
Save oesmith/1244486 to your computer and use it in GitHub Desktop.
My screenrc
This file contains 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 on | |
hardstatus alwayslastline | |
hardstatus string '%{= kG} %{W}%H %{g}[%= %{=kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}] %{W}%d-%m-%Y %c %{g}' | |
#terminfo and termcap for nice 256 color terminal | |
# allow bold colors - necessary for some reason | |
#attrcolor b ".I" | |
# tell screen how to set colors. AB = background, AF=foreground | |
#termcapinfo xterm "Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm" | |
#termcapinfo xterm-color "Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm" | |
# erase background with current bg color | |
defbce "on" | |
# use terminal emulator scrollback | |
#termcapinfo xterm* ti@:te@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment