mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-13 08:21:03 -04:00
doc: foot.1: document alt/meta characters
This commit is contained in:
parent
bd7a59f2e0
commit
3600099b52
1 changed files with 16 additions and 0 deletions
|
|
@ -154,6 +154,22 @@ _Examples_:
|
||||||
- Dina:weight=bold:slant=italic
|
- Dina:weight=bold:slant=italic
|
||||||
- Courier New:size=12
|
- Courier New:size=12
|
||||||
|
|
||||||
|
# ALT/META CHARACTERS
|
||||||
|
|
||||||
|
By default, foot prefixes meta characters with *ESC*. This corresponds
|
||||||
|
to XTerm's *metaSendsEscape* option set to *true*.
|
||||||
|
|
||||||
|
This can be disabled programatically with *\E[?1036l* (and enabled
|
||||||
|
again with *\E[?1036h*).
|
||||||
|
|
||||||
|
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*
|
||||||
|
option set to *true*.
|
||||||
|
|
||||||
|
This can also be disabled programatically with *rmm* (Reset Meta Mode,
|
||||||
|
*\E[?1034l*), and enabled again with *smm* (Set Meta Mode,
|
||||||
|
*\E[?1034h*).
|
||||||
|
|
||||||
|
|
||||||
# CONFIGURATION
|
# CONFIGURATION
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue