From d2d7013d720ee18744d80669c52b90076e52cef6 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Tue, 30 Jan 2018 09:30:22 +0000 Subject: [PATCH] Document string sequences. --- src/conio/cterm.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/conio/cterm.txt b/src/conio/cterm.txt index b1e697fd77..7df41f0317 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: ------------------ -- GitLab