Deleted Added
full compact
2c2
< .\" $FreeBSD: head/share/man/man4/screen.4 61306 2000-06-05 23:50:00Z ache $
---
> .\" $FreeBSD: head/share/man/man4/screen.4 61308 2000-06-06 00:03:38Z ache $
128,129c128,131
< n=3X set foreground color (see table)
< n=4X set background color (see table)
---
> n=3X set ANSI foreground color
> (see table)
> n=4X set ANSI background color
> (see table)
135c137
< X=9 reset to initial ANSI value
---
> X=9 reset to normal ANSI value
141c143
< -- E[x Reset initial colors and attributes --
---
> -- E[x Reset normal colors and attributes --
144c146
< -- E[1;nx Set initial ANSI background color --
---
> -- E[1;nx Set normal ANSI background color --
147c149
< -- E[2;nx Set initial ANSI foreground color --
---
> -- E[2;nx Set normal ANSI foreground color --
150c152
< -- E[3;nx Set initial ANSI attribute directly --
---
> -- E[3;nx Set normal ANSI attribute directly --
153c155
< -- E[5;nx Set initial ANSI reverse background --
---
> -- E[5;nx Set normal ANSI reverse background --
156c158
< -- E[6;nx Set initial ANSI reverse foreground --
---
> -- E[6;nx Set normal ANSI reverse foreground --
168c170
< -- E[7;nx Set initial ANSI reverse attribute --
---
> -- E[7;nx Set normal ANSI reverse attribute --
178c180
< -- E[=nA Set the border color to color n
---
> -- E[=nA Set the border color to n --
181c183
< -- E[=nF Set initial foreground color to n --
---
> -- E[=nF Set normal foreground color to n --
184c186
< -- E[=nG Set initial background color to n --
---
> -- E[=nG Set normal background color to n --
187c189
< -- E[=nH Set initial reverse foreground color --
---
> -- E[=nH Set normal reverse foreground color --
190c192
< -- E[=nI Set initial reverse background color --
---
> -- E[=nI Set normal reverse background color --