Initial commit
This commit is contained in:
15
.screenrc
Normal file
15
.screenrc
Normal file
@@ -0,0 +1,15 @@
|
||||
shell -$SHELL
|
||||
hardstatus alwayslastline
|
||||
hardstatus string '%{= kG}[%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][]'
|
||||
|
||||
startup_message off
|
||||
autodetach on
|
||||
altscreen on
|
||||
defscrollback 1000
|
||||
|
||||
term xterm
|
||||
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'
|
||||
# Erase background with current bg color. Not needed if TERM=screen-256color
|
||||
defbce "on"
|
||||
Reference in New Issue
Block a user