More work on dnd kitten

This commit is contained in:
Kovid Goyal 2026-04-30 17:18:57 +05:30
parent d70ec000ff
commit bddf6d5bbd
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
3 changed files with 62 additions and 4 deletions

View file

@ -321,7 +321,7 @@ operation, it indicates the drag should be started by sending ``t=P:x=-1``. At
this time if the user has already cancelled the drag or the terminal determines
the drag operation is not allowed, it must respond with ``t=E ; EPERM``. If any
other error occurs starting the drag operation, it must respond with the appropriate
POSIX error code. If it determines that the image data after conversion to
POSIX error name. If it determines that the image data after conversion to
display format is too large, it must respond with ``t=E ; EFBIG``. If the drag
operation is successfully started, it must respond with ``t=E ; OK``.