mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
Explain shortening of key names during serialization
This commit is contained in:
@@ -258,7 +258,11 @@ the numeralization of the word ``file``.
|
|||||||
data d base64_bytes Binary data
|
data d base64_bytes Binary data
|
||||||
================= ======== ============== =======================================================================
|
================= ======== ============== =======================================================================
|
||||||
|
|
||||||
Here:
|
The ``Key name`` is the actual serialized name fo the key sent in the escape
|
||||||
|
code. So for example, ``permissions=123`` is serialized as ``prm=123``. This
|
||||||
|
is done to reduce overhead.
|
||||||
|
|
||||||
|
The value types are:
|
||||||
|
|
||||||
enum
|
enum
|
||||||
One from a permitted set of values, for example::
|
One from a permitted set of values, for example::
|
||||||
|
|||||||
Reference in New Issue
Block a user