summaryrefslogtreecommitdiffstats
path: root/share/man/man4/screen.4
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-07-20 18:50:12 +0000
committerache <ache@FreeBSD.org>2000-07-20 18:50:12 +0000
commit364abbc47fcf1eaa244fb41e7e9943a93c0d9a0e (patch)
treedfc55b24ff9038da4a58b98530c909ea6785cd4e /share/man/man4/screen.4
parent54a296ab270d62a4d08ccdf0361fdd6d3a43f7da (diff)
downloadFreeBSD-src-364abbc47fcf1eaa244fb41e7e9943a93c0d9a0e.zip
FreeBSD-src-364abbc47fcf1eaa244fb41e7e9943a93c0d9a0e.tar.gz
Describe newly implemented SGR 22,24,25,27
Diffstat (limited to 'share/man/man4/screen.4')
-rw-r--r--share/man/man4/screen.422
1 files changed, 13 insertions, 9 deletions
diff --git a/share/man/man4/screen.4 b/share/man/man4/screen.4
index 8f51ae8..d49cf32 100644
--- a/share/man/man4/screen.4
+++ b/share/man/man4/screen.4
@@ -120,15 +120,19 @@ SD E[nT Scroll display n lines down (reverse) sr/SR
SGR E[nm Set character attributes: --
- n= 0 normal attribute (all off)
- n= 1 bold (highlight)
- n= 4 underscore (if supported by HW)
- n= 5 blink (if supported by HW)
- n= 7 reverse
- n=3X set ANSI foreground color
- (see table)
- n=4X set ANSI background color
- (see table)
+ n= 0 normal attribute (all off)
+ n= 1 bold (highlight)
+ n= 4 underscore (if supported by HW)
+ n= 5 blink (if supported by HW)
+ n= 7 reverse
+ n= 22 remove bold
+ n= 24 remove underscore
+ n= 25 remove blink
+ n= 27 remove reverse
+ n= 3X set ANSI foreground color
+ (see table)
+ n= 4X set ANSI background color
+ (see table)
X=0 black X=1 red
X=2 green X=3 brown
OpenPOWER on IntegriCloud