From cf6031b6cd7f8685c51df0c734a035660405a68a Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 20 Jul 2000 18:50:12 +0000 Subject: [PATCH] Describe newly implemented SGR 22,24,25,27 --- share/man/man4/screen.4 | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/share/man/man4/screen.4 b/share/man/man4/screen.4 index 8f51ae8e8f3c..d49cf3218c7a 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