mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
Turn on mouse tracking so text is not selected in the dnd kitten
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user