icat: Dont try to further compress PNG images when using stream based transmission

This commit is contained in:
Kovid Goyal
2023-02-01 11:44:15 +05:30
parent a73f09cf89
commit 5eaa935ede
2 changed files with 8 additions and 11 deletions

View File

@@ -332,7 +332,7 @@ sequence of escape codes to the terminal emulator::
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 only
the ``m`` and optionally ``q`` keys. When sending animation frame data, subsequent
chunks must also specify the ``a=f`` key. The client **must** finish sending
chunks **must** also specify the ``a=f`` key. The client **must** finish sending
all chunks for a single image before sending any other graphics related escape
codes. Note that the cursor position used to display the image **must** be the
position when the final chunk is received. Finally, terminals must not display