mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-10 18:48:54 +02:00
Merge branch 'dbl-click-drag-extend-sel' of https://github.com/eepp/kitty
This commit is contained in:
@@ -321,7 +321,7 @@ multi_click(Window *w, unsigned int count) {
|
||||
}
|
||||
if (found_selection) {
|
||||
screen_start_selection(screen, start, y1, false, mode);
|
||||
screen_update_selection(screen, end, y2, true);
|
||||
screen_update_selection(screen, end, y2, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user