From 16362392c5955dd8f00893b155cd993a86bbf331 Mon Sep 17 00:00:00 2001 From: Stephen Hurd <shurd@sasktel.net> Date: Tue, 17 Nov 2020 19:42:05 -0500 Subject: [PATCH] Fix incorrect use of OCS in DCS string description. --- src/conio/cterm.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conio/cterm.txt b/src/conio/cterm.txt index 2ee86165e1..f045623916 100644 --- a/src/conio/cterm.txt +++ b/src/conio/cterm.txt @@ -77,7 +77,7 @@ ESC M Reverse Line Feed (RI) ESC P Device Control String (DCS) Begins a string consisting of the characters 0x08 - 0x0d and 0x20-0x7e, terminated by a String Terminator (ST) - Supported OSC values: + Supported DCS string values: "CTerm:Font:p1:<b64>" Indicates the string is a loadable font. (CTerm 1.213) -- GitLab