1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Document E[39m and E[49m

Describe whole E[...x set
This commit is contained in:
Andrey A. Chernov 2000-06-05 23:01:58 +00:00
parent 5da0ba24b7
commit f396b96167
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61301

View File

@ -132,11 +132,31 @@ SGR E[nm Set character attributes: --
X=2 green X=3 brown
X=4 blue X=5 magenta
X=6 cyan X=7 white
X=9 reset to initial ANSI value
-- E[s Save cursor position sc
-- E[u Restore saved cursor position rc
-- E[x Reset initial colors and attributes --
to their default values
-- E[1;nx Set initial ANSI background to n --
-- E[2;nx Set initial ANSI foreground to n --
-- E[3;nx Set initial ANSI attribute directly --
to n
-- E[5;nx Set initial ANSI reverse background --
to n
-- E[6;nx Set initial ANSI reverse foreground --
to n
-- E[7;nx Set initial ANSI reverse attribute --
directly to n
-- E[=p;dB Set bell pitch (p) and duration (d), --
picth is in units of 840 nS,
duration is units of 0,1 S.