commit beb7f21a8ff254c0869395c85d3166c42f48e532 parent a6b0d8d09433aa8cb97c9fbe03e6fae5f7877bf6 Author: lumidify <nobody@lumidify.org> Date: Sun, 16 Jan 2022 21:00:42 +0100 Fix mouse selection Diffstat:
M | view.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/view.c b/view.c @@ -1625,7 +1625,7 @@ view_xy_to_line_byte(ledit_view *view, int x, int y, int snap_to_nearest, size_t } } *line_ret = i; - break; + return; } h += vline->h; }