mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 14:34:52 +02:00
Add cancelling of current drag offer
This commit is contained in:
@@ -297,14 +297,18 @@ form::
|
||||
|
||||
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
|
||||
``m`` key. End of data is denoted by ``m=0`` and an empty payload. If an error
|
||||
occurs the client should send::
|
||||
|
||||
OSC _dnd_code ; t=E; ERR_CODE ST
|
||||
OSC _dnd_code ; t=E:y=idx ; ERR_CODE ST
|
||||
|
||||
Where ``ERR_CODE`` is a POSIX error code such as ``ENOENT`` if the MIME type is
|
||||
not found or ``EIO`` if an IO error occurred and so on.
|
||||
|
||||
If the client wants to cancel the full drag at any time, it should send:
|
||||
|
||||
OSC _dnd_code ; t=E:y=-1 ST
|
||||
|
||||
|
||||
Multiplexers
|
||||
-----------------
|
||||
|
||||
Reference in New Issue
Block a user