Deleted Added
full compact
screen.4 (61306) screen.4 (61308)
1.\"
1.\"
2.\" $FreeBSD: head/share/man/man4/screen.4 61306 2000-06-05 23:50:00Z ache $
2.\" $FreeBSD: head/share/man/man4/screen.4 61308 2000-06-06 00:03:38Z ache $
3.\"
4.Dd January 8, 1995
5.Dt SCREEN 4
6.Os FreeBSD
7.Sh NAME
8.Nm screen
9.Nd pc display interface
10.Sh DESCRIPTION

--- 109 unchanged lines hidden (view full) ---

120
121
122SGR E[nm Set character attributes: --
123 n= 0 normal attribute (all off)
124 n= 1 bold (highlight)
125 n= 4 underscore (if supported by HW)
126 n= 5 blink (if supported by HW)
127 n= 7 reverse
3.\"
4.Dd January 8, 1995
5.Dt SCREEN 4
6.Os FreeBSD
7.Sh NAME
8.Nm screen
9.Nd pc display interface
10.Sh DESCRIPTION

--- 109 unchanged lines hidden (view full) ---

120
121
122SGR E[nm Set character attributes: --
123 n= 0 normal attribute (all off)
124 n= 1 bold (highlight)
125 n= 4 underscore (if supported by HW)
126 n= 5 blink (if supported by HW)
127 n= 7 reverse
128 n=3X set foreground color (see table)
129 n=4X set background color (see table)
128 n=3X set ANSI foreground color
129 (see table)
130 n=4X set ANSI background color
131 (see table)
130
131 X=0 black X=1 red
132 X=2 green X=3 brown
133 X=4 blue X=5 magenta
134 X=6 cyan X=7 light grey
132
133 X=0 black X=1 red
134 X=2 green X=3 brown
135 X=4 blue X=5 magenta
136 X=6 cyan X=7 light grey
135 X=9 reset to initial ANSI value
137 X=9 reset to normal ANSI value
136
137-- E[s Save cursor position sc
138
139-- E[u Restore saved cursor position rc
140
138
139-- E[s Save cursor position sc
140
141-- E[u Restore saved cursor position rc
142
141-- E[x Reset initial colors and attributes --
143-- E[x Reset normal colors and attributes --
142 to their default values
143
144 to their default values
145
144-- E[1;nx Set initial ANSI background color --
146-- E[1;nx Set normal ANSI background color --
145 to n (see table)
146
147 to n (see table)
148
147-- E[2;nx Set initial ANSI foreground color --
149-- E[2;nx Set normal ANSI foreground color --
148 to n (see table)
149
150 to n (see table)
151
150-- E[3;nx Set initial ANSI attribute directly --
152-- E[3;nx Set normal ANSI attribute directly --
151 to n (n from 0 to 255)
152
153 to n (n from 0 to 255)
154
153-- E[5;nx Set initial ANSI reverse background --
155-- E[5;nx Set normal ANSI reverse background --
154 color to n (see table)
155
156 color to n (see table)
157
156-- E[6;nx Set initial ANSI reverse foreground --
158-- E[6;nx Set normal ANSI reverse foreground --
157 color to n (see table)
158
159 n= 0 black n= 8 dark grey
160 n= 1 red n= 9 light red
161 n= 2 green n=10 light green
162 n= 3 brown n=11 yellow
163 n= 4 blue n=12 light blue
164 n= 5 magenta n=13 light magenta
165 n= 6 cyan n=14 light cyan
166 n= 7 light grey n=15 white
167
159 color to n (see table)
160
161 n= 0 black n= 8 dark grey
162 n= 1 red n= 9 light red
163 n= 2 green n=10 light green
164 n= 3 brown n=11 yellow
165 n= 4 blue n=12 light blue
166 n= 5 magenta n=13 light magenta
167 n= 6 cyan n=14 light cyan
168 n= 7 light grey n=15 white
169
168-- E[7;nx Set initial ANSI reverse attribute --
170-- E[7;nx Set normal ANSI reverse attribute --
169 directly to n (n from 0 to 255)
170
171-- E[=p;dB Set bell pitch (p) and duration (d), --
172 picth is in units of 840 nS,
173 duration is units of 0,1 S.
174
175-- E[=tC Set cursor type, 1 selects a blinking --
176 cursor, 0 a steady cursor.
177
171 directly to n (n from 0 to 255)
172
173-- E[=p;dB Set bell pitch (p) and duration (d), --
174 picth is in units of 840 nS,
175 duration is units of 0,1 S.
176
177-- E[=tC Set cursor type, 1 selects a blinking --
178 cursor, 0 a steady cursor.
179
178-- E[=nA Set the border color to color n
180-- E[=nA Set the border color to n --
179 (see table) (if supported by HW)
180
181 (see table) (if supported by HW)
182
181-- E[=nF Set initial foreground color to n --
183-- E[=nF Set normal foreground color to n --
182 (see table)
183
184 (see table)
185
184-- E[=nG Set initial background color to n --
186-- E[=nG Set normal background color to n --
185 (see table)
186
187 (see table)
188
187-- E[=nH Set initial reverse foreground color --
189-- E[=nH Set normal reverse foreground color --
188 to n (see table)
189
190 to n (see table)
191
190-- E[=nI Set initial reverse background color --
192-- E[=nI Set normal reverse background color --
191 to n (see table)
192
193 n= 0 black n= 8 dark grey
194 n= 1 blue n= 9 light blue
195 n= 2 green n=10 light green
196 n= 3 cyan n=11 light cyan
197 n= 4 red n=12 light red
198 n= 5 magenta n=13 light magenta
199 n= 6 brown n=14 yellow
200 n= 7 light grey n=15 white
201
202note: the first E in the sequences stands for ESC (0x1b)
203
204.Ed
205.Pp
206.Sh AUTHORS
207.An S�ren Schmidt Aq sos@FreeBSD.org
193 to n (see table)
194
195 n= 0 black n= 8 dark grey
196 n= 1 blue n= 9 light blue
197 n= 2 green n=10 light green
198 n= 3 cyan n=11 light cyan
199 n= 4 red n=12 light red
200 n= 5 magenta n=13 light magenta
201 n= 6 brown n=14 yellow
202 n= 7 light grey n=15 white
203
204note: the first E in the sequences stands for ESC (0x1b)
205
206.Ed
207.Pp
208.Sh AUTHORS
209.An S�ren Schmidt Aq sos@FreeBSD.org