From 72cc67e2114c38ded04544428bcbc1babe439ded Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Sat, 19 Jul 2014 09:02:11 +0000
Subject: [PATCH] Fix Bright Background documentation.

---
 src/conio/cterm.txt | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/src/conio/cterm.txt b/src/conio/cterm.txt
index 0ae390371f..9436229442 100644
--- a/src/conio/cterm.txt
+++ b/src/conio/cterm.txt
@@ -149,13 +149,6 @@ CSI ? 31 h
 	With this mode set, the bright (1) graphic rendition selects characters
 	from an alternate character set.
 
-CSI ? 32 h
-	NON-STANDARD EXTENSION
-	Bright Intensity Disable
-
-	With this mode set, the bright (1) graphic rendition does not cause
-	characters to be display in a bright colour
-
 CSI ? 33 h
 	NON-STANDARD EXTENSION
 	Blink to Bright Intensity Background
@@ -202,7 +195,7 @@ CSI ? 31 l
 
 CSI ? 32 l
 	NON-STANDARD EXTENSION
-	Bright Intensity Enable
+	Bright Intensity Disable
 
 	Reverses CSI ? 32 h
 
-- 
GitLab