Mercurial > index.cgi > dotfiles
annotate .screenrc.pbstops @ 61:d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
* Added .screenrc.pbstops for pbstop screen session
* Aliases for cses13, 't cses13' and 'tops'
| author | huston@80426f53-59d1-405d-934b-f07cd76f4a1a | 
|---|---|
| date | Mon, 09 Jul 2012 16:57:42 +0000 | 
| parents | |
| children | 54c3436f3284 | 
| rev | line source | 
|---|---|
| 61 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 1 # $Id: .screenrc 42 2010-06-17 16:29:11Z huston $ | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 2 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 3 vbell off | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 4 bell_msg "^GBell in window %n" | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 5 defnonblock 5 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 6 nethack on | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 7 hardstatus string "%{+b .bw}%-Lw%{+b .rw}%50L>%n%f* %t%?%{+b .cw}(%u)%{-}%?%{-}%+Lw%L< %-20=%{+b ..g} %H%-8= %{+b ..y} %c " | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 8 hardstatus alwayslastline | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 9 activity "^GActivity in window %n" | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 10 zombie qr | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 11 screen -t orbital 0 ssh -t orbital pbstop | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 12 screen -t adroit 1 ssh -t adroit pbstop | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 13 screen -t della 2 ssh -t della pbstop | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 14 screen -t hecate 3 ssh -t hecate pbstop | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 15 screen -t sesame 4 ssh -t sesame pbstop | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 16 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 17 # The following from the /etc/screenrc that came with screen-4.0.3-1.el5_4.1 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 18 # with a few lines commented out so they don't interfere with the above. One | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 19 # note, the 'deflogin' setting causes a complaint on Macs because they don't | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 20 # use it; but it's only when one starts a screen, and only for a second or | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 21 # two. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 22 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 23 # | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 24 # This is an example for the global screenrc file. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 25 # You may want to install this file as /usr/local/etc/screenrc. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 26 # Check config.h for the exact location. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 27 # | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 28 # Flaws of termcap and standard settings are done here. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 29 # | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 30 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 31 #startup_message off | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 32 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 33 #defflow on # will force screen to process ^S/^Q | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 34 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 35 deflogin on | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 36 #autodetach off | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 37 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 38 #vbell on | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 39 #vbell_msg " Wuff ---- Wuff!! " | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 40 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 41 # all termcap entries are now duplicated as terminfo entries. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 42 # only difference should be the slightly modified syntax, and check for | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 43 # terminfo entries, that are already corected in the database. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 44 # | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 45 # G0 we have a SEMI-GRAPHICS-CHARACTER-MODE | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 46 # WS this sequence resizes our window. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 47 # cs this sequence changes the scrollregion | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 48 # hs@ we have no hardware statusline. screen will only believe that | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 49 # there is a hardware status line if hs,ts,fs,ds are all set. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 50 # ts to statusline | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 51 # fs from statusline | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 52 # ds delete statusline | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 53 # al add one line | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 54 # AL add multiple lines | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 55 # dl delete one line | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 56 # DL delete multiple lines | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 57 # ic insert one char (space) | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 58 # IC insert multiple chars | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 59 # nx terminal uses xon/xoff | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 60 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 61 termcap facit|vt100|xterm LP:G0 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 62 terminfo facit|vt100|xterm LP:G0 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 63 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 64 #the vt100 description does not mention "dl". *sigh* | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 65 termcap vt100 dl=5\E[M | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 66 terminfo vt100 dl=5\E[M | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 67 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 68 #facit's "al" / "dl" are buggy if the current / last line | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 69 #contain attributes... | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 70 termcap facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%d;%dr:ic@ | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 71 terminfo facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%p1%d;%p2%dr:ic@ | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 72 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 73 #make sun termcap/info better | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 74 termcap sun 'up=^K:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:IC=\E[%d@:WS=1000\E[8;%d;%dt' | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 75 terminfo sun 'up=^K:AL=\E[%p1%dL:DL=\E[%p1%dM:UP=\E[%p1%dA:DO=\E[%p1%dB:LE=\E[%p1%dD:RI=\E[%p1%dC:IC=\E[%p1%d@:WS=\E[8;%p1%d;%p2%dt$<1000>' | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 76 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 77 #xterm understands both im/ic and doesn't have a status line. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 78 #Note: Do not specify im and ic in the real termcap/info file as | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 79 #some programs (e.g. vi) will (no,no, may (jw)) not work anymore. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 80 termcap xterm|fptwist hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 81 terminfo xterm|fptwist hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 82 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 83 # Long time I had this in my private screenrc file. But many people | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 84 # seem to want it (jw): | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 85 # we do not want the width to change to 80 characters on startup: | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 86 # on suns, /etc/termcap has :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l: | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 87 termcap xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 88 terminfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 89 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 90 # | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 91 # Do not use xterms alternate window buffer. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 92 # This one would not add lines to the scrollback buffer. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 93 #termcap xterm|xterms|xs ti=\E7\E[?47l | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 94 #terminfo xterm|xterms|xs ti=\E7\E[?47l | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 95 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 96 #make hp700 termcap/info better | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 97 termcap hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@' | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 98 terminfo hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@' | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 99 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 100 #wyse-75-42 must have defflow control (xo = "terminal uses xon/xoff") | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 101 #(nowadays: nx = padding doesn't work, have to use xon/off) | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 102 #essential to have it here, as this is a slow terminal. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 103 termcap wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 104 terminfo wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 105 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 106 #remove some stupid / dangerous key bindings | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 107 bind ^x | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 108 bind x | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 109 bind ^k | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 110 #bind L | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 111 bind ^\ | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 112 #make them better | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 113 bind \\ quit | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 114 bind K kill | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 115 #bind I login on | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 116 #bind O login off | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 117 bind } history | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 118 bind X lockscreen | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 119 # | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 120 # Example of a user's .screenrc file | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 121 # | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 122 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 123 # This is how one can set a reattach password: | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 124 # password ODSJQf.4IJN7E # "1234" | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 125 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 126 # no annoying audible bell, please | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 127 #vbell on | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 128 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 129 # detach on hangup | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 130 autodetach on | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 131 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 132 # don't display the copyright page | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 133 startup_message off | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 134 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 135 # emulate .logout message | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 136 pow_detach_msg "Screen session of $LOGNAME $:cr:$:nl:ended." | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 137 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 138 # advertise hardstatus support to $TERMCAP | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 139 # termcapinfo * '' 'hs:ts=\E_:fs=\E\\:ds=\E_\E\\' | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 140 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 141 # make the shell in every window a login shell | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 142 #shell -$SHELL | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 143 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 144 # autoaka testing | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 145 # shellaka '> |tcsh' | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 146 # shellaka '$ |sh' | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 147 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 148 # set every new windows hardstatus line to somenthing descriptive | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 149 # defhstatus "screen: ^En (^Et)" | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 150 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 151 defscrollback 1000 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 152 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 153 # don't kill window after the process died | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 154 # zombie "^[" | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 155 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 156 # enable support for the "alternate screen" capability in all windows | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 157 # altscreen on | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 158 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 159 ################ | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 160 # | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 161 # xterm tweaks | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 162 # | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 163 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 164 #xterm understands both im/ic and doesn't have a status line. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 165 #Note: Do not specify im and ic in the real termcap/info file as | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 166 #some programs (e.g. vi) will not work anymore. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 167 termcap xterm hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 168 terminfo xterm hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 169 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 170 #80/132 column switching must be enabled for ^AW to work | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 171 #change init sequence to not switch width | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 172 termcapinfo xterm Z0=\E[?3h:Z1=\E[?3l:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 173 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 174 # Make the output buffer large for (fast) xterms. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 175 #termcapinfo xterm* OL=10000 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 176 termcapinfo xterm* OL=100 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 177 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 178 # tell screen that xterm can switch to dark background and has function | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 179 # keys. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 180 termcapinfo xterm 'VR=\E[?5h:VN=\E[?5l' | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 181 termcapinfo xterm 'k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~' | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 182 termcapinfo xterm 'kh=\EOH:kI=\E[2~:kD=\E[3~:kH=\EOF:kP=\E[5~:kN=\E[6~' | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 183 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 184 # special xterm hardstatus: use the window title. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 185 termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007' | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 186 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 187 #terminfo xterm 'vb=\E[?5h$<200/>\E[?5l' | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 188 termcapinfo xterm 'vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l' | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 189 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 190 # emulate part of the 'K' charset | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 191 termcapinfo xterm 'XC=K%,%\E(B,[\304,\\\\\326,]\334,{\344,|\366,}\374,~\337' | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 192 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 193 # xterm-52 tweaks: | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 194 # - uses background color for delete operations | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 195 termcapinfo xterm* be | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 196 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 197 ################ | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 198 # | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 199 # wyse terminals | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 200 # | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 201 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 202 #wyse-75-42 must have flow control (xo = "terminal uses xon/xoff") | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 203 #essential to have it here, as this is a slow terminal. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 204 termcapinfo wy75-42 xo:hs@ | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 205 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 206 # New termcap sequences for cursor application mode. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 207 termcapinfo wy* CS=\E[?1h:CE=\E[?1l:vi=\E[?25l:ve=\E[?25h:VR=\E[?5h:VN=\E[?5l:cb=\E[1K:CD=\E[1J | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 208 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 209 ################ | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 210 # | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 211 # other terminals | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 212 # | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 213 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 214 # make hp700 termcap/info better | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 215 termcapinfo hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@' | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 216 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 217 # Extend the vt100 desciption by some sequences. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 218 termcap vt100* ms:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 219 terminfo vt100* ms:AL=\E[%p1%dL:DL=\E[%p1%dM:UP=\E[%p1%dA:DO=\E[%p1%dB:LE=\E[%p1%dD:RI=\E[%p1%dC | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 220 termcapinfo linux C8 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 221 # old rxvt versions also need this | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 222 # termcapinfo rxvt C8 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 223 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 224 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 225 ################ | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 226 # | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 227 # keybindings | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 228 # | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 229 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 230 #remove some stupid / dangerous key bindings | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 231 bind k | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 232 bind ^k | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 233 bind . | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 234 bind ^\ | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 235 bind \\ | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 236 bind ^h | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 237 bind h | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 238 #make them better | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 239 bind 'K' kill | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 240 #bind 'I' login on | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 241 #bind 'O' login off | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 242 bind '}' history | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 243 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 244 # Yet another hack: | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 245 # Prepend/append register [/] to the paste if ^a^] is pressed. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 246 # This lets me have autoindent mode in vi. | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 247 #register [ "\033:se noai\015a" | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 248 #register ] "\033:se ai\015a" | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 249 #bind ^] paste [.] | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 250 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 251 ################ | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 252 # | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 253 # default windows | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 254 # | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 255 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 256 # screen -t local 0 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 257 # screen -t mail 1 mutt | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 258 # screen -t 40 2 rlogin server | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 259 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 260 # caption always "%3n %t%? @%u%?%? [%h]%?%=%c" | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 261 ## alternative caption, gives window list, LOGNAME and current date: | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 262 # caption always "%{wk}%?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{wk}%?%+Lw %=%{mk}@%H %{yk}%D %{ck}%M%{wk} %{ck}%d %{gk}%c" | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 263 # hardstatus alwaysignore | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 264 # hardstatus alwayslastline "%Lw" | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 265 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 266 # Red Hat's normal status line | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 267 #hardstatus string "[screen %n%?: %t%?] %h" | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 268 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 269 # bind = resize = | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 270 # bind + resize +1 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 271 # bind - resize -1 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 272 # bind _ resize max | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 273 # | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 274 # defnonblock 1 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 275 # blankerprg rain -d 100 | 
| 
d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
 huston@80426f53-59d1-405d-934b-f07cd76f4a1a parents: diff
changeset | 276 # idle 30 blanker | 
