mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-15 08:21:03 -04:00
doc: ctlseq: kitty keyboard protocol
This commit is contained in:
parent
2cae7d18b8
commit
9af4b95234
1 changed files with 17 additions and 0 deletions
|
|
@ -557,6 +557,23 @@ manipulation sequences. The generic format is:
|
||||||
: xterm
|
: xterm
|
||||||
: _Ps_=0 -> report terminal name and version, in the form
|
: _Ps_=0 -> report terminal name and version, in the form
|
||||||
*\\EP>|foot(version)\\E\\*.
|
*\\EP>|foot(version)\\E\\*.
|
||||||
|
| \\E ? u
|
||||||
|
: kitty
|
||||||
|
: <unnamed>
|
||||||
|
: Query current values of the Kitty keyboard flags.
|
||||||
|
| \\E > _flags_ u
|
||||||
|
: kitty
|
||||||
|
: <unnamed>
|
||||||
|
: Push a new entry, _flags_, to the Kitty keyboard stack.
|
||||||
|
| \\E < _number_ u
|
||||||
|
: kitty
|
||||||
|
: <unnamed>
|
||||||
|
: Pop _number_ of entries from the Kitty keyboard stack.
|
||||||
|
| \\E = _flags_ ; _mode_ u
|
||||||
|
: kitty
|
||||||
|
: <unnamed>
|
||||||
|
: Update current Kitty keyboard flags, according to _mode_.
|
||||||
|
|
||||||
|
|
||||||
# OSC
|
# OSC
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue