Implement sending drag start message to client

This commit is contained in:
Kovid Goyal
2026-04-03 09:42:57 +05:30
parent cf52a8289c
commit 0584cbfadc
8 changed files with 60 additions and 15 deletions

View File

@@ -884,7 +884,7 @@ sets the shape when dragging in rectangular selection mode.
'''
)
opt('drag_threshold', '5', option_type='positive_int', long_text='''
opt('drag_threshold', '5', option_type='positive_int', ctype='int', long_text='''
The threshold distance the mouse must move to start a drag and drop. Dragging
works for tabs and windows. You can drag tabs to re-order them, detach
them into new OS Windows or move them to another OS Window. Similarly,