diff options
-rw-r--r-- | share/man/man4/screen.4 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man4/screen.4 b/share/man/man4/screen.4 index 6c7a846..48566be 100644 --- a/share/man/man4/screen.4 +++ b/share/man/man4/screen.4 @@ -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, |