Skip to content

Commit

Permalink
Typos from Bastian Venthur.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicm committed Jun 15, 2022
1 parent 06869ff commit 42358cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tools/ansicode.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 42358cc

Please sign in to comment.