Clarify that a=f is needed for chunked transmission of animation frame data
This commit is contained in:
parent
092dc3d01f
commit
a73f09cf89
@ -330,12 +330,13 @@ sequence of escape codes to the terminal emulator::
|
|||||||
<ESC>_Gm=0;<encoded pixel data last chunk><ESC>\
|
<ESC>_Gm=0;<encoded pixel data last chunk><ESC>\
|
||||||
|
|
||||||
Note that only the first escape code needs to have the full set of control
|
Note that only the first escape code needs to have the full set of control
|
||||||
codes such as width, height, format etc. Subsequent chunks **must** have
|
codes such as width, height, format, etc. Subsequent chunks **must** have only
|
||||||
only the ``m`` key. The client **must** finish sending all chunks for a single image
|
the ``m`` and optionally ``q`` keys. When sending animation frame data, subsequent
|
||||||
before sending any other graphics related escape codes. Note that the cursor
|
chunks must also specify the ``a=f`` key. The client **must** finish sending
|
||||||
position used to display the image **must** be the position when the final chunk is
|
all chunks for a single image before sending any other graphics related escape
|
||||||
received. Finally, terminals must not display anything, until the entire sequence is
|
codes. Note that the cursor position used to display the image **must** be the
|
||||||
received and validated.
|
position when the final chunk is received. Finally, terminals must not display
|
||||||
|
anything, until the entire sequence is received and validated.
|
||||||
|
|
||||||
|
|
||||||
Querying support and available transmission mediums
|
Querying support and available transmission mediums
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user