This commit is contained in:
Kovid Goyal 2020-10-05 19:33:09 +05:30
parent 3741a235fe
commit be56a21574
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -253,7 +253,7 @@ The escape code has the form::
Here ``<OSC>`` is :code:`<ESC>]` and ``<terminator>`` is Here ``<OSC>`` is :code:`<ESC>]` and ``<terminator>`` is
:code:`<ESC><backslash>`. The metadata is a section of colon separated :code:`<ESC><backslash>`. The metadata is a section of colon separated
:code:`key=value` pairs. Every key must be a single character from the set :code:`key=value` pairs. Every key must be a single character from the set
:code:`[a-zA-Z]` and every value must be a word consisting of characters from :code:`a-zA-Z` and every value must be a word consisting of characters from
the set :code:`a-zA-Z0-9-_/\+.,(){}[]*&^%$#@!`~`. The payload must be the set :code:`a-zA-Z0-9-_/\+.,(){}[]*&^%$#@!`~`. The payload must be
interpreted based on the metadata section. The two semi-colons *must* always be interpreted based on the metadata section. The two semi-colons *must* always be
present even when no metadata is present. present even when no metadata is present.