mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
More work on the DnD protocol
This commit is contained in:
parent
06d201c3a5
commit
f6339d0bbf
3 changed files with 45 additions and 2 deletions
|
|
@ -214,7 +214,9 @@ copy, ``2`` for move and ``3`` for either. The transmission should be chunked
|
|||
if the list of MIME types is too long. Note that at this time the drag
|
||||
operation has not actually started, this gives the terminal program the
|
||||
opportunity to pre-send some data or set one or more images to act as
|
||||
thumbnails for the drag operation.
|
||||
thumbnails for the drag operation. If the list of MIME types is too long the
|
||||
terminal may cancel the operation by responding with ``t=R ; EFBIG`` or ``t=R ;
|
||||
ENOMEM``.
|
||||
|
||||
If at the time the terminal receives this request the drag gesture has already
|
||||
been terminated or the terminal otherwise determines that it is not appropriate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue