16 lines
481 B
Plaintext
16 lines
481 B
Plaintext
shell -$SHELL
|
|
hardstatus alwayslastline
|
|
hardstatus string '%{= kG}[%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W}%c %{g}]'
|
|
|
|
startup_message off
|
|
autodetach on
|
|
altscreen on
|
|
defscrollback 5000
|
|
|
|
term screen-256color
|
|
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"
|