Specify parameters ranges for E[...x
This commit is contained in:
parent
7a0e3a90cb
commit
96a7b7f843
@ -142,20 +142,22 @@ SGR E[nm Set character attributes: --
|
||||
to their default values
|
||||
|
||||
-- E[1;nx Set initial ANSI background to n --
|
||||
(see table below)
|
||||
|
||||
-- E[2;nx Set initial ANSI foreground to n --
|
||||
(see table below)
|
||||
|
||||
-- E[3;nx Set initial ANSI attribute directly --
|
||||
to n
|
||||
to n (n from 0 to 255)
|
||||
|
||||
-- E[5;nx Set initial ANSI reverse background --
|
||||
to n
|
||||
to n (see table below)
|
||||
|
||||
-- E[6;nx Set initial ANSI reverse foreground --
|
||||
to n
|
||||
to n (see table below)
|
||||
|
||||
-- E[7;nx Set initial ANSI reverse attribute --
|
||||
directly to n
|
||||
directly to n (n from 0 to 255)
|
||||
|
||||
-- E[=p;dB Set bell pitch (p) and duration (d), --
|
||||
picth is in units of 840 nS,
|
||||
|
Loading…
Reference in New Issue
Block a user