mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Add aliases to GraphicsCommand to make it more useable
This commit is contained in:
parent
94188fddce
commit
bcff2a7fb6
5 changed files with 294 additions and 9 deletions
|
|
@ -697,7 +697,7 @@ take, and the default value they take when missing. All integers are 32-bit.
|
|||
Key Value Default Description
|
||||
======= ==================== ========= =================
|
||||
``a`` Single character. ``t`` The overall action this graphics command is performing.
|
||||
``(a, c, d, f, ` ``t`` - transmit data, ``T`` - transmit data and display image,
|
||||
``(a, c, d, f, `` ``t`` - transmit data, ``T`` - transmit data and display image,
|
||||
``p, q, t, T)`` ``q`` - query terminal, ``p`` - put (display) previous transmitted image,
|
||||
``d`` - delete image, ``f`` - transmit data for animation frames,
|
||||
``a`` - control animation, ``c`` - compose animation frames
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue