-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
Steps to reproduce the behavior:
- run
yesto fill up the scrollback buffer - hold mouse1
- scroll up without moving your mouse
here's an untested patch i guess. i was going to submit a PR properly, but i couldn't wrap my head around the 3 different build systems. also i don't really trust software that's still using openssl 1.1
diff --git a/kitty/mouse.c b/kitty/mouse.c
index 792403d..46cd734 100644
--- a/kitty/mouse.c
+++ b/kitty/mouse.c
@@ -980,7 +980,7 @@ scroll_event(double xoffset, double yoffset, int flags, int modifiers) {
}
}
}
-
+ update_drag(w);
}
static PyObject*Reactions are currently unavailable