From 96a7b7f84385ba2ca5ea5f16206b1eb00ae95381 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 5 Jun 2000 23:24:37 +0000 Subject: [PATCH] Specify parameters ranges for E[...x --- share/man/man4/screen.4 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/share/man/man4/screen.4 b/share/man/man4/screen.4 index 6c7a8460767e..48566be6f53f 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,