X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=blobdiff_plain;f=.screenrc;h=ec0b0ff6ad1759bc1e345ee33a054bc9b580a33e;hp=b1e590ddb71b9b73b8f06dc305d8fc43e7dc98fd;hb=de56f99b892e75c0c3c12554df0742e12cbd9a3a;hpb=64ef8cb5eda80220192fccf0ab3100760a0d3988 diff --git a/.screenrc b/.screenrc index b1e590d..ec0b0ff 100644 --- a/.screenrc +++ b/.screenrc @@ -1,2 +1,13 @@ startup_message off - +termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007:AB=\E[48;5;%dm:AF=\E[38;5;%dm' +nonblock on +obuflimit 12000 +altscreen on +# 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' +# erase background with current bg color +defbce "on" +term xterm-256color \ No newline at end of file