mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-21 12:17:14 +00:00
More work on the DnD protocol
This commit is contained in:
parent
348151c457
commit
702f9905d2
4 changed files with 14 additions and 3 deletions
|
|
@ -293,9 +293,10 @@ code. The variants are listed in the table below:
|
|||
The client program should respond to data requests with escape codes of the
|
||||
form::
|
||||
|
||||
OSC _dnd_code ; t=e:m=0 or 1 ; base64 encoded data ST
|
||||
OSC _dnd_code ; t=e:y=idx:m=0 or 1 ; base64 encoded data ST
|
||||
|
||||
This, is the data for requested MIME type. The data should be chunkedusing the
|
||||
This, is the data for the MIME type identified by ``idx`` which is a zero based
|
||||
index into the list of MIME types. The data should be chunkedusing the
|
||||
``m`` key. End of data is denoted by ``m=0`` and an rmpty payload. If an error
|
||||
occurs the client should send::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue