From 7906651ec3aba329cf1746fc3d1e48414101671f Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Tue, 9 Jul 2019 22:29:10 +0000
Subject: [PATCH] Only SGR is currently supported.

---
 src/conio/cterm.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/conio/cterm.txt b/src/conio/cterm.txt
index d4bc8e6a48..3898367244 100644
--- a/src/conio/cterm.txt
+++ b/src/conio/cterm.txt
@@ -160,6 +160,10 @@ ESC P	Device Control String
 		pt is the characters in the control function except the CSI
 		characters.
 
+		Currently supported values of p1:
+
+		m	Request SGR parameters
+
 ESC ^	Privacy Message
 	Begins a string consisting of the characters 0x08 - 0x0d and
 	0x20-0x7e, terminated by a String Terminator (ST)
-- 
GitLab