Deleted Added
full compact
screen.4 (61304) screen.4 (61306)
1.\"
1.\"
2.\" $FreeBSD: head/share/man/man4/screen.4 61304 2000-06-05 23:24:37Z ache $
2.\" $FreeBSD: head/share/man/man4/screen.4 61306 2000-06-05 23:50:00Z 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

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

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)
130
131 X=0 black X=1 red
132 X=2 green X=3 brown
133 X=4 blue X=5 magenta
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

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

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