diff --git a/src/conio/cterm.txt b/src/conio/cterm.txt
index b1e697fd77d5f23c07628b85c06e6ebb0652b202..7df41f0317301f03ce65d0f39092a37f50b10a3d 100644
--- a/src/conio/cterm.txt
+++ b/src/conio/cterm.txt
@@ -63,6 +63,20 @@ ESC M	(Disabled in current code)
 	current attribute
 	SOURCE: BANSI.TXT
 
+ESC _	Application Program String
+ESC P	Device Control String
+ESC ]	Operating System Command
+ESC ^	Privacy Message
+	Begins a string consisting of the characters 0x08 - 0x0d and
+	0x20-0x7e, terminated by a String Terminator (ST)
+	The string is currently ignored.
+
+ESC X	Start Of String
+	As the above strings, but may contain any characters except
+	a Start Of String sequence or a String Terminator sequence.
+
+ESC \	String Terminator
+
 Control Sequences:
 ------------------