diff options
-rw-r--r-- | screenrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,9 +2,15 @@ vbell off startup_message off autodetach on defscrollback 1024 +encoding UTF-8 +term screen-256color bindkey -k k3 prev bindkey -k k4 next caption always caption string '%{= kW}[ %{Y}%H %{W}][ %{Y}load %l %{W}][ %{Y}%d/%m/%Y %c %{W}][ %{Y}%?%-w%?%{Y}(%{B}%n%f %t%{Y})%{Y}%?%+w%? %{W}]' + +attrcolor b ".I" +termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' +defbce "on" |