summaryrefslogtreecommitdiffstats
path: root/share/man/man4/screen.4
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-06-05 23:01:58 +0000
committerache <ache@FreeBSD.org>2000-06-05 23:01:58 +0000
commit2a6bfc59ca0713533b3dd2a74be03807164266a9 (patch)
tree9fa32fd7aece03568a27d1c2d66c6c2202892c5f /share/man/man4/screen.4
parent74134f6c4522ca60381f5f77726aa8170af648ca (diff)
downloadFreeBSD-src-2a6bfc59ca0713533b3dd2a74be03807164266a9.zip
FreeBSD-src-2a6bfc59ca0713533b3dd2a74be03807164266a9.tar.gz
Document E[39m and E[49m
Describe whole E[...x set
Diffstat (limited to 'share/man/man4/screen.4')
-rw-r--r--share/man/man4/screen.420
1 files changed, 20 insertions, 0 deletions
diff --git a/share/man/man4/screen.4 b/share/man/man4/screen.4
index 19744af..6c7a846 100644
--- a/share/man/man4/screen.4
+++ b/share/man/man4/screen.4
@@ -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.
OpenPOWER on IntegriCloud