]> git.donarmstrong.com Git - home-base.git/blob - .screenrc
c38bbf97ae990cf7a3d2cca5147410528f6f292f
[home-base.git] / .screenrc
1 startup_message off
2 termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
3 nonblock on
4 obuflimit 12000
5 altscreen on
6 # terminfo and termcap for nice 256 color terminal
7 # allow bold colors - necessary for some reason
8 attrcolor b ".I"
9 # tell screen how to set colors. AB = background, AF=foreground
10 #termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
11 # erase background with current bg color
12 defbce "on" 
13 term xterm
14 map \e[1~ <Home>
15 imap \e[1~ <Home>
16 map \e[4~ <End>
17 imap \e[4~ <End>