mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Turn on mouse tracking so text is not selected in the dnd kitten
This commit is contained in:
parent
3d7cda3e21
commit
fb7b5d7155
1 changed files with 1 additions and 0 deletions
|
|
@ -168,6 +168,7 @@ func (dnd *dnd) run_loop() (err error) {
|
|||
if dnd.lp, err = loop.New(); err != nil {
|
||||
return err
|
||||
}
|
||||
dnd.lp.MouseTrackingMode(loop.BUTTONS_AND_DRAG_MOUSE_TRACKING)
|
||||
dnd.reset_drop()
|
||||
|
||||
dnd.lp.OnInitialize = func() (string, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue