annotate .screen/csesbh2 @ 293:9061f10fcd5a

Some host retires and reorg
author Steve Huston <huston@princeton.edu>
date Tue, 14 Jan 2025 10:08:04 -0500
parents 6f599ea5cced
children ef0a1a087499
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19
f65964738bab Added Id tag to files, and svn propset svn:keywords as appropriate
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 0
diff changeset
1 # $Id$
f65964738bab Added Id tag to files, and svn propset svn:keywords as appropriate
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 0
diff changeset
2
0
c78481cfb082 Initial checkin:
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff changeset
3 vbell off
c78481cfb082 Initial checkin:
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff changeset
4 bell_msg "^GBell in window %n"
c78481cfb082 Initial checkin:
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff changeset
5 defnonblock 5
c78481cfb082 Initial checkin:
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff changeset
6 nethack on
250
5619e06b048e On second thought, just make it default. Updated the others too.
Steve Huston <huston@srhuston.net>
parents: 239
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 "
0
c78481cfb082 Initial checkin:
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff changeset
8 hardstatus alwayslastline
c78481cfb082 Initial checkin:
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff changeset
9 activity "^GActivity in window %n"
41
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
10
250
5619e06b048e On second thought, just make it default. Updated the others too.
Steve Huston <huston@srhuston.net>
parents: 239
diff changeset
11 # Some settings to try to make colors work right everywhere, hope this doesn't
5619e06b048e On second thought, just make it default. Updated the others too.
Steve Huston <huston@srhuston.net>
parents: 239
diff changeset
12 # backfire on a terminal I'm not thinking of...
5619e06b048e On second thought, just make it default. Updated the others too.
Steve Huston <huston@srhuston.net>
parents: 239
diff changeset
13 term screen-256color
5619e06b048e On second thought, just make it default. Updated the others too.
Steve Huston <huston@srhuston.net>
parents: 239
diff changeset
14 # I may only need that one after all but I'm keeping the others around just in
5619e06b048e On second thought, just make it default. Updated the others too.
Steve Huston <huston@srhuston.net>
parents: 239
diff changeset
15 # case...
5619e06b048e On second thought, just make it default. Updated the others too.
Steve Huston <huston@srhuston.net>
parents: 239
diff changeset
16 #attrcolor b ".I"
5619e06b048e On second thought, just make it default. Updated the others too.
Steve Huston <huston@srhuston.net>
parents: 239
diff changeset
17 #termcapinfo xterm-256color 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
5619e06b048e On second thought, just make it default. Updated the others too.
Steve Huston <huston@srhuston.net>
parents: 239
diff changeset
18 #defbce=on
251
b00e6b403896 Added airline-colour-splits and removed whitespace
Steve Huston <huston@srhuston.net>
parents: 250
diff changeset
19
293
9061f10fcd5a Some host retires and reorg
Steve Huston <huston@princeton.edu>
parents: 286
diff changeset
20 screen -t ldap1 0
239
01056f1c3c9d Updating csesbh2 screens
Steve Huston <huston@astro.princeton.edu>
parents: 225
diff changeset
21 stuff 'r ldap01.rc'
99
966c1e0b0a97 screenrc updates:
Steve Huston <huston@astro.princeton.edu>
parents: 41
diff changeset
22
293
9061f10fcd5a Some host retires and reorg
Steve Huston <huston@princeton.edu>
parents: 286
diff changeset
23 screen -t stellar 1
225
ee0a9b422580 Updates to csesbh2's screen sessions
Steve Huston <huston@astro.princeton.edu>
parents: 180
diff changeset
24 stuff 'r stellar-nfs'
99
966c1e0b0a97 screenrc updates:
Steve Huston <huston@astro.princeton.edu>
parents: 41
diff changeset
25
293
9061f10fcd5a Some host retires and reorg
Steve Huston <huston@princeton.edu>
parents: 286
diff changeset
26 screen -t adroit 2
178
88c25b1d52dc Take out the ^Ms since keys might not be loaded yet
Steve Huston <huston@astro.princeton.edu>
parents: 176
diff changeset
27 stuff 'r adroit-nfs2'
99
966c1e0b0a97 screenrc updates:
Steve Huston <huston@astro.princeton.edu>
parents: 41
diff changeset
28
293
9061f10fcd5a Some host retires and reorg
Steve Huston <huston@princeton.edu>
parents: 286
diff changeset
29 screen -t della 3
225
ee0a9b422580 Updates to csesbh2's screen sessions
Steve Huston <huston@astro.princeton.edu>
parents: 180
diff changeset
30 stuff 'r della-nfs'
99
966c1e0b0a97 screenrc updates:
Steve Huston <huston@astro.princeton.edu>
parents: 41
diff changeset
31
293
9061f10fcd5a Some host retires and reorg
Steve Huston <huston@princeton.edu>
parents: 286
diff changeset
32 screen -t revenge 4
286
6f599ea5cced Shells for all the TD things
Steve Huston <huston@princeton.edu>
parents: 251
diff changeset
33 stuff 'ds ; r revenge.rc'
99
966c1e0b0a97 screenrc updates:
Steve Huston <huston@astro.princeton.edu>
parents: 41
diff changeset
34
293
9061f10fcd5a Some host retires and reorg
Steve Huston <huston@princeton.edu>
parents: 286
diff changeset
35 screen -t compton 5
286
6f599ea5cced Shells for all the TD things
Steve Huston <huston@princeton.edu>
parents: 251
diff changeset
36 stuff 'ds ; r compton'
99
966c1e0b0a97 screenrc updates:
Steve Huston <huston@astro.princeton.edu>
parents: 41
diff changeset
37
293
9061f10fcd5a Some host retires and reorg
Steve Huston <huston@princeton.edu>
parents: 286
diff changeset
38 screen -t tiger 6
9061f10fcd5a Some host retires and reorg
Steve Huston <huston@princeton.edu>
parents: 286
diff changeset
39 stuff 'r tiger3'
99
966c1e0b0a97 screenrc updates:
Steve Huston <huston@astro.princeton.edu>
parents: 41
diff changeset
40
293
9061f10fcd5a Some host retires and reorg
Steve Huston <huston@princeton.edu>
parents: 286
diff changeset
41 screen -t td-mf-db1 7
286
6f599ea5cced Shells for all the TD things
Steve Huston <huston@princeton.edu>
parents: 251
diff changeset
42 stuff 'ds ; r td-mf-db1'
6f599ea5cced Shells for all the TD things
Steve Huston <huston@princeton.edu>
parents: 251
diff changeset
43
293
9061f10fcd5a Some host retires and reorg
Steve Huston <huston@princeton.edu>
parents: 286
diff changeset
44 screen -t td-mf-db2 8
286
6f599ea5cced Shells for all the TD things
Steve Huston <huston@princeton.edu>
parents: 251
diff changeset
45 stuff 'ds ; r td-mf-db2'
6f599ea5cced Shells for all the TD things
Steve Huston <huston@princeton.edu>
parents: 251
diff changeset
46
293
9061f10fcd5a Some host retires and reorg
Steve Huston <huston@princeton.edu>
parents: 286
diff changeset
47 screen -t td-mf-cl1 9
286
6f599ea5cced Shells for all the TD things
Steve Huston <huston@princeton.edu>
parents: 251
diff changeset
48 stuff 'ds ; r td-mf-cl1'
6f599ea5cced Shells for all the TD things
Steve Huston <huston@princeton.edu>
parents: 251
diff changeset
49
293
9061f10fcd5a Some host retires and reorg
Steve Huston <huston@princeton.edu>
parents: 286
diff changeset
50 screen -t td-mf-cl2 10
286
6f599ea5cced Shells for all the TD things
Steve Huston <huston@princeton.edu>
parents: 251
diff changeset
51 stuff 'ds ; r td-mf-cl2'
6f599ea5cced Shells for all the TD things
Steve Huston <huston@princeton.edu>
parents: 251
diff changeset
52
293
9061f10fcd5a Some host retires and reorg
Steve Huston <huston@princeton.edu>
parents: 286
diff changeset
53 screen -t td-gpfs-gw1 11
286
6f599ea5cced Shells for all the TD things
Steve Huston <huston@princeton.edu>
parents: 251
diff changeset
54 stuff 'ds ; r td-gpfs-gw1'
6f599ea5cced Shells for all the TD things
Steve Huston <huston@princeton.edu>
parents: 251
diff changeset
55
293
9061f10fcd5a Some host retires and reorg
Steve Huston <huston@princeton.edu>
parents: 286
diff changeset
56 screen -t td-meta1 12
286
6f599ea5cced Shells for all the TD things
Steve Huston <huston@princeton.edu>
parents: 251
diff changeset
57 stuff 'ds ; r td-meta1'
6f599ea5cced Shells for all the TD things
Steve Huston <huston@princeton.edu>
parents: 251
diff changeset
58
293
9061f10fcd5a Some host retires and reorg
Steve Huston <huston@princeton.edu>
parents: 286
diff changeset
59 screen -t td-cluster1 13
286
6f599ea5cced Shells for all the TD things
Steve Huston <huston@princeton.edu>
parents: 251
diff changeset
60 stuff 'ds ; r td-cluster1'
6f599ea5cced Shells for all the TD things
Steve Huston <huston@princeton.edu>
parents: 251
diff changeset
61
293
9061f10fcd5a Some host retires and reorg
Steve Huston <huston@princeton.edu>
parents: 286
diff changeset
62 screen -t td-cluster2 14
286
6f599ea5cced Shells for all the TD things
Steve Huston <huston@princeton.edu>
parents: 251
diff changeset
63 stuff 'ds ; r td-cluster2'
6f599ea5cced Shells for all the TD things
Steve Huston <huston@princeton.edu>
parents: 251
diff changeset
64
293
9061f10fcd5a Some host retires and reorg
Steve Huston <huston@princeton.edu>
parents: 286
diff changeset
65 screen -t td-meta1lib 15
286
6f599ea5cced Shells for all the TD things
Steve Huston <huston@princeton.edu>
parents: 251
diff changeset
66 stuff 'ds ; r td-meta1lib'
6f599ea5cced Shells for all the TD things
Steve Huston <huston@princeton.edu>
parents: 251
diff changeset
67
293
9061f10fcd5a Some host retires and reorg
Steve Huston <huston@princeton.edu>
parents: 286
diff changeset
68 screen -t td-shakedown 16
286
6f599ea5cced Shells for all the TD things
Steve Huston <huston@princeton.edu>
parents: 251
diff changeset
69 stuff 'ds ; r td-shakedown'
6f599ea5cced Shells for all the TD things
Steve Huston <huston@princeton.edu>
parents: 251
diff changeset
70
293
9061f10fcd5a Some host retires and reorg
Steve Huston <huston@princeton.edu>
parents: 286
diff changeset
71 screen -t td-parapet 17
286
6f599ea5cced Shells for all the TD things
Steve Huston <huston@princeton.edu>
parents: 251
diff changeset
72 stuff 'ds ; r td-parapet'
129
35386d23b884 Screenrc changes
Steve Huston <huston@astro.princeton.edu>
parents: 116
diff changeset
73
293
9061f10fcd5a Some host retires and reorg
Steve Huston <huston@princeton.edu>
parents: 286
diff changeset
74 select 0
99
966c1e0b0a97 screenrc updates:
Steve Huston <huston@astro.princeton.edu>
parents: 41
diff changeset
75
41
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
76 # The following from the /etc/screenrc that came with screen-4.0.3-1.el5_4.1
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
77 # with a few lines commented out so they don't interfere with the above. One
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
78 # note, the 'deflogin' setting causes a complaint on Macs because they don't
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
79 # use it; but it's only when one starts a screen, and only for a second or
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
80 # two.
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
81
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
82 #
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
83 # This is an example for the global screenrc file.
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
84 # You may want to install this file as /usr/local/etc/screenrc.
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
85 # Check config.h for the exact location.
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
86 #
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
87 # Flaws of termcap and standard settings are done here.
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
88 #
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
89
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
90 #startup_message off
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
91
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
92 #defflow on # will force screen to process ^S/^Q
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
93
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
94 deflogin on
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
95 #autodetach off
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
96
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
97 #vbell on
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
98 #vbell_msg " Wuff ---- Wuff!! "
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
99
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
100 # all termcap entries are now duplicated as terminfo entries.
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
101 # only difference should be the slightly modified syntax, and check for
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
102 # terminfo entries, that are already corected in the database.
250
5619e06b048e On second thought, just make it default. Updated the others too.
Steve Huston <huston@srhuston.net>
parents: 239
diff changeset
103 #
41
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
104 # G0 we have a SEMI-GRAPHICS-CHARACTER-MODE
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
105 # WS this sequence resizes our window.
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
106 # cs this sequence changes the scrollregion
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
107 # hs@ we have no hardware statusline. screen will only believe that
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
108 # there is a hardware status line if hs,ts,fs,ds are all set.
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
109 # ts to statusline
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
110 # fs from statusline
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
111 # ds delete statusline
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
112 # al add one line
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
113 # AL add multiple lines
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
114 # dl delete one line
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
115 # DL delete multiple lines
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
116 # ic insert one char (space)
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
117 # IC insert multiple chars
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
118 # nx terminal uses xon/xoff
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
119
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
120 termcap facit|vt100|xterm LP:G0
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
121 terminfo facit|vt100|xterm LP:G0
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
122
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
123 #the vt100 description does not mention "dl". *sigh*
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
124 termcap vt100 dl=5\E[M
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
125 terminfo vt100 dl=5\E[M
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
126
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
127 #facit's "al" / "dl" are buggy if the current / last line
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
128 #contain attributes...
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
129 termcap facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%d;%dr:ic@
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
130 terminfo facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%p1%d;%p2%dr:ic@
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
131
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
132 #make sun termcap/info better
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
133 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'
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
134 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>'
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
135
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
136 #xterm understands both im/ic and doesn't have a status line.
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
137 #Note: Do not specify im and ic in the real termcap/info file as
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
138 #some programs (e.g. vi) will (no,no, may (jw)) not work anymore.
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
139 termcap xterm|fptwist hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
140 terminfo xterm|fptwist hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
141
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
142 # Long time I had this in my private screenrc file. But many people
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
143 # seem to want it (jw):
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
144 # we do not want the width to change to 80 characters on startup:
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
145 # on suns, /etc/termcap has :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l:
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
146 termcap xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
147 terminfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
148
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
149 #
250
5619e06b048e On second thought, just make it default. Updated the others too.
Steve Huston <huston@srhuston.net>
parents: 239
diff changeset
150 # Do not use xterms alternate window buffer.
41
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
151 # This one would not add lines to the scrollback buffer.
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
152 #termcap xterm|xterms|xs ti=\E7\E[?47l
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
153 #terminfo xterm|xterms|xs ti=\E7\E[?47l
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
154
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
155 #make hp700 termcap/info better
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
156 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@'
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
157 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@'
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
158
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
159 #wyse-75-42 must have defflow control (xo = "terminal uses xon/xoff")
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
160 #(nowadays: nx = padding doesn't work, have to use xon/off)
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
161 #essential to have it here, as this is a slow terminal.
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
162 termcap wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
163 terminfo wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
164
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
165 #remove some stupid / dangerous key bindings
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
166 bind ^x
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
167 bind x
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
168 bind ^k
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
169 #bind L
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
170 bind ^\
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
171 #make them better
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
172 bind \\ quit
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
173 bind K kill
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
174 #bind I login on
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
175 #bind O login off
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
176 bind } history
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
177 bind X lockscreen
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
178 #
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
179 # Example of a user's .screenrc file
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
180 #
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
181
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
182 # This is how one can set a reattach password:
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
183 # password ODSJQf.4IJN7E # "1234"
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
184
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
185 # no annoying audible bell, please
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
186 #vbell on
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
187
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
188 # detach on hangup
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
189 autodetach on
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
190
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
191 # don't display the copyright page
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
192 startup_message off
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
193
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
194 # emulate .logout message
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
195 pow_detach_msg "Screen session of $LOGNAME $:cr:$:nl:ended."
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
196
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
197 # advertise hardstatus support to $TERMCAP
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
198 # termcapinfo * '' 'hs:ts=\E_:fs=\E\\:ds=\E_\E\\'
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
199
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
200 # make the shell in every window a login shell
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
201 #shell -$SHELL
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
202
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
203 # autoaka testing
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
204 # shellaka '> |tcsh'
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
205 # shellaka '$ |sh'
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
206
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
207 # set every new windows hardstatus line to somenthing descriptive
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
208 # defhstatus "screen: ^En (^Et)"
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
209
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
210 defscrollback 1000
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
211
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
212 # don't kill window after the process died
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
213 # zombie "^["
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
214
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
215 # enable support for the "alternate screen" capability in all windows
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
216 # altscreen on
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
217
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
218 ################
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
219 #
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
220 # xterm tweaks
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
221 #
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
222
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
223 #xterm understands both im/ic and doesn't have a status line.
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
224 #Note: Do not specify im and ic in the real termcap/info file as
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
225 #some programs (e.g. vi) will not work anymore.
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
226 termcap xterm hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
227 terminfo xterm hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
228
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
229 #80/132 column switching must be enabled for ^AW to work
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
230 #change init sequence to not switch width
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
231 termcapinfo xterm Z0=\E[?3h:Z1=\E[?3l:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
232
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
233 # Make the output buffer large for (fast) xterms.
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
234 #termcapinfo xterm* OL=10000
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
235 termcapinfo xterm* OL=100
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
236
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
237 # tell screen that xterm can switch to dark background and has function
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
238 # keys.
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
239 termcapinfo xterm 'VR=\E[?5h:VN=\E[?5l'
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
240 termcapinfo xterm 'k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~'
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
241 termcapinfo xterm 'kh=\EOH:kI=\E[2~:kD=\E[3~:kH=\EOF:kP=\E[5~:kN=\E[6~'
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
242
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
243 # special xterm hardstatus: use the window title.
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
244 termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
245
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
246 #terminfo xterm 'vb=\E[?5h$<200/>\E[?5l'
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
247 termcapinfo xterm 'vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l'
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
248
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
249 # emulate part of the 'K' charset
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
250 termcapinfo xterm 'XC=K%,%\E(B,[\304,\\\\\326,]\334,{\344,|\366,}\374,~\337'
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
251
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
252 # xterm-52 tweaks:
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
253 # - uses background color for delete operations
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
254 termcapinfo xterm* be
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
255
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
256 ################
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
257 #
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
258 # wyse terminals
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
259 #
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
260
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
261 #wyse-75-42 must have flow control (xo = "terminal uses xon/xoff")
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
262 #essential to have it here, as this is a slow terminal.
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
263 termcapinfo wy75-42 xo:hs@
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
264
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
265 # New termcap sequences for cursor application mode.
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
266 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
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
267
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
268 ################
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
269 #
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
270 # other terminals
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
271 #
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
272
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
273 # make hp700 termcap/info better
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
274 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@'
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
275
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
276 # Extend the vt100 desciption by some sequences.
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
277 termcap vt100* ms:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
278 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
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
279 termcapinfo linux C8
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
280 # old rxvt versions also need this
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
281 # termcapinfo rxvt C8
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
282
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
283
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
284 ################
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
285 #
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
286 # keybindings
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
287 #
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
288
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
289 #remove some stupid / dangerous key bindings
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
290 bind k
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
291 bind ^k
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
292 bind .
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
293 bind ^\
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
294 bind \\
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
295 bind ^h
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
296 bind h
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
297 #make them better
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
298 bind 'K' kill
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
299 #bind 'I' login on
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
300 #bind 'O' login off
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
301 bind '}' history
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
302
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
303 # Yet another hack:
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
304 # Prepend/append register [/] to the paste if ^a^] is pressed.
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
305 # This lets me have autoindent mode in vi.
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
306 #register [ "\033:se noai\015a"
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
307 #register ] "\033:se ai\015a"
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
308 #bind ^] paste [.]
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
309
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
310 ################
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
311 #
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
312 # default windows
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
313 #
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
314
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
315 # screen -t local 0
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
316 # screen -t mail 1 mutt
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
317 # screen -t 40 2 rlogin server
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
318
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
319 # caption always "%3n %t%? @%u%?%? [%h]%?%=%c"
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
320 ## alternative caption, gives window list, LOGNAME and current date:
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
321 # caption always "%{wk}%?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{wk}%?%+Lw %=%{mk}@%H %{yk}%D %{ck}%M%{wk} %{ck}%d %{gk}%c"
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
322 # hardstatus alwaysignore
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
323 # hardstatus alwayslastline "%Lw"
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
324
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
325 # Red Hat's normal status line
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
326 #hardstatus string "[screen %n%?: %t%?] %h"
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
327
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
328 # bind = resize =
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
329 # bind + resize +1
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
330 # bind - resize -1
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
331 # bind _ resize max
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
332 #
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
333 # defnonblock 1
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
334 # blankerprg rain -d 100
2bea356b1032 * Added default screenrc from Linux (and the Screen installation) to .screenrc
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents: 29
diff changeset
335 # idle 30 blanker