Use builtin rfc linking

This commit is contained in:
Kovid Goyal 2021-03-10 08:30:13 +05:30
parent 07f27d0f54
commit eb42edff09
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

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