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. --- CHANGES | 2 +- tools/ansicode.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index b72d1ec4..e5942216 100644 --- a/CHANGES +++ b/CHANGES @@ -1302,7 +1302,7 @@ Incompatible Changes bind -Tcopy-mode C-r command-prompt -i -p'search up' "send -X search-backward-incremental '%%'" - There are also some new commmands available with send -X, such as + There are also some new commands available with send -X, such as copy-pipe-and-cancel. * set-remain-on-exit has gone -- can be achieved with hooks instead. * Hooks: before hooks have been removed and only a selection of commands now 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