mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
Use builtin rfc linking
This commit is contained in:
parent
07f27d0f54
commit
eb42edff09
1 changed files with 3 additions and 3 deletions
|
|
@ -193,9 +193,9 @@ compression, then you must provide the ``S`` key with the size of the PNG data.
|
|||
Compression
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
The client can send compressed image data to the terminal emulator, by specifying the
|
||||
``o`` key. Currently, only `RFC1950 <https://tools.ietf.org/html/rfc1950>`_ zlib based
|
||||
deflate compression is supported, which is specified using ``o=z``. For example::
|
||||
The client can send compressed image data to the terminal emulator, by
|
||||
specifying the ``o`` key. Currently, only :rfc:`1950` ZLIB based deflate
|
||||
compression is supported, which is specified using ``o=z``. For example::
|
||||
|
||||
<ESC>_Gf=24,s=10,v=20,o=z;<payload><ESC>\
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue