mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 10:41:58 +02:00
Use builtin rfc linking
This commit is contained in:
@@ -193,9 +193,9 @@ compression, then you must provide the ``S`` key with the size of the PNG data.
|
|||||||
Compression
|
Compression
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
The client can send compressed image data to the terminal emulator, by specifying the
|
The client can send compressed image data to the terminal emulator, by
|
||||||
``o`` key. Currently, only `RFC1950 <https://tools.ietf.org/html/rfc1950>`_ zlib based
|
specifying the ``o`` key. Currently, only :rfc:`1950` ZLIB based deflate
|
||||||
deflate compression is supported, which is specified using ``o=z``. For example::
|
compression is supported, which is specified using ``o=z``. For example::
|
||||||
|
|
||||||
<ESC>_Gf=24,s=10,v=20,o=z;<payload><ESC>\
|
<ESC>_Gf=24,s=10,v=20,o=z;<payload><ESC>\
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user