From c76904343a3ddfea3c58ec00d9904c16574a8af3 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 29 Oct 2021 08:36:40 +0100 Subject: Spelling, from someone in GitHub issue 2958. --- tools/ansicode.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/ansicode.txt') diff --git a/tools/ansicode.txt b/tools/ansicode.txt index 8767b9e7..5a9c79e0 100644 --- a/tools/ansicode.txt +++ b/tools/ansicode.txt @@ -184,7 +184,7 @@ Oct Hex Name * (* marks function used in DEC VT series or LA series terminals) 230 98 X Reserved for for future standard 231 99 Y Reserved 232 9A Z * Reserved, but causes DEC terminals to respond with DA codes -233 9B [ CSI * Control Sequence Introducer (described in a seperate table) +233 9B [ CSI * Control Sequence Introducer (described in a separate table) 234 9C \ ST * String Terminator (VT125 exits graphics) 235 9D ] OSC Operating System Command (reprograms intelligent terminal) 236 9E ^ PM Privacy Message (password verification), terminated by ST -- cgit From ead75c2d512cb1c47b96cf62ddebea1a415119f3 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 14 May 2022 20:16:46 +0100 Subject: Typos, from imcusg at gmail dot com. --- tools/ansicode.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/ansicode.txt') diff --git a/tools/ansicode.txt b/tools/ansicode.txt index 5a9c79e0..e77d31ae 100644 --- a/tools/ansicode.txt +++ b/tools/ansicode.txt @@ -19,7 +19,7 @@ Standardized Video Terminals" in the April-1984 issue of BYTE magazine. ANSI X3.4-1977 defines the 7-bit ASCII character set (C0 and G0). It was written in 1968, revised in 1977, and explains the decisions made in laying out the ASCII code. In particular, it explains why ANSI chose to make ASCII -incompatible with EBCDIC in order to make it self-consistant. +incompatible with EBCDIC in order to make it self-consistent. ANSI X3.41-1974 introduces the idea of an 8-bit ASCII character set (C1 and G1 in addition to the existing C0 and G0). It describes how to use the 8-bit @@ -294,7 +294,7 @@ Pt = Start VT105 graphics on a VT125 ============================================================================== - Indepenent control functions (from Appendix E of X3.64-1977). + Independent control functions (from Appendix E of X3.64-1977). These four controls have the same meaning regardless of the current definition of the C0 and C1 control sets. Each control is a two-character ESCape sequence, the 2nd character is lowercase. -- cgit From 42358cc5210422826c8215a4411ddde1d19ddbeb Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 15 Jun 2022 08:00:58 +0100 Subject: Typos from Bastian Venthur. --- tools/ansicode.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/ansicode.txt') diff --git a/tools/ansicode.txt b/tools/ansicode.txt index e77d31ae..a9c81a96 100644 --- a/tools/ansicode.txt +++ b/tools/ansicode.txt @@ -268,7 +268,7 @@ Oct Hex * (* marks function used in DEC VT series or LA series terminals) 073 3B ; 074 3C < * DECANSI - Switch from VT52 mode to VT100 mode 075 3D = * DECKPAM - Set keypad to applications mode (ESCape instead of digits) -076 3E > * DECKPNM - Set keypad to numeric mode (digits intead of ESCape seq) +076 3E > * DECKPNM - Set keypad to numeric mode (digits instead of ESCape seq) 077 3F ? DCS Device Control Strings used by DEC terminals (ends with ST) @@ -449,7 +449,7 @@ Oct Hex * (* marks function used in DEC VT series or LA series terminals) * [16h = TTM - Transmit Termination Mode, send scrolling region [17h = SATM - Send Area Transmit Mode, send entire buffer [18h = TSM - Tabulation Stop Mode, lines are independent - [19h = EBM - Editing Boundry Mode, all of memory affected + [19h = EBM - Editing Boundary Mode, all of memory affected * [20h = LNM - Linefeed Newline Mode, LF interpreted as CR LF * [?1h = DECCKM - Cursor Keys Mode, send ESC O A for cursor up * [?2h = DECANM - ANSI Mode, use ESC < to switch VT52 to ANSI -- cgit