Add aliases to GraphicsCommand to make it more useable

This commit is contained in:
Kovid Goyal
2021-07-28 13:28:21 +05:30
parent 94188fddce
commit bcff2a7fb6
5 changed files with 294 additions and 9 deletions

View File

@@ -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