mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-11 05:33:55 -04:00
readme: spelling fixes
This commit is contained in:
parent
82a33966ed
commit
057ff3ba21
1 changed files with 2 additions and 2 deletions
|
|
@ -223,14 +223,14 @@ want to launch a new terminal.
|
||||||
By default, foot prefixes _Meta characters_ with ESC. This corresponds
|
By default, foot prefixes _Meta characters_ with ESC. This corresponds
|
||||||
to XTerm's `metaSendsEscape` option set to `true`.
|
to XTerm's `metaSendsEscape` option set to `true`.
|
||||||
|
|
||||||
This can be disabled programatically with `\E[?1036l` (and enabled
|
This can be disabled programmatically with `\E[?1036l` (and enabled
|
||||||
again with `\E[?1036h`).
|
again with `\E[?1036h`).
|
||||||
|
|
||||||
When disabled, foot will instead set the 8:th bit of meta character
|
When disabled, foot will instead set the 8:th bit of meta character
|
||||||
and then UTF-8 encode it. This corresponds to XTerm's `eightBitMeta`
|
and then UTF-8 encode it. This corresponds to XTerm's `eightBitMeta`
|
||||||
option set to `true`.
|
option set to `true`.
|
||||||
|
|
||||||
This can also be disabled programatically with `rmm` (_reset meta
|
This can also be disabled programmatically with `rmm` (_reset meta
|
||||||
mode_, `\E[?1034l`), and enabled again with `smm` (_set meta mode_,
|
mode_, `\E[?1034l`), and enabled again with `smm` (_set meta mode_,
|
||||||
`\E[?1034h`).
|
`\E[?1034h`).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue