dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit c531a65a82b80b4c2ba56c03c1580c2a0a098a39
parent f3c8efec9b027bb9f182b57ad781232ed8db2df2
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon, 14 Oct 2019 23:02:25 -0400

screen: config update

Former-commit-id: 863d97bc6bda6da7f51d7eaa8c9dff3e5db06f52
Diffstat:
Mscreen/screenrc | 19+++++++------------
1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/screen/screenrc b/screen/screenrc @@ -1,17 +1,12 @@ -# Allow bold colors - necessary for some reason +# 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 +# tell screen how to set colors. AB = background, AF=foreground termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' - -# Enables use of shift-PgUp and shift-PgDn -termcapinfo xterm|xterms|xs|rxvt ti@:te@ - -# Erase background with current bg color -defbce "on" - -# Enable 256 color term -term xterm-256color +# erase background with current bg color +defbce "on" +# set TERM +term screen-256color-bce # Cache 30000 lines for scroll back defscrollback 30000