Merge branch 'dbl-click-drag-extend-sel' of https://github.com/eepp/kitty

This commit is contained in:
Kovid Goyal 2019-04-03 10:59:28 +05:30
commit 7f4294f68c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -321,7 +321,7 @@ multi_click(Window *w, unsigned int count) {
} }
if (found_selection) { if (found_selection) {
screen_start_selection(screen, start, y1, false, mode); screen_start_selection(screen, start, y1, false, mode);
screen_update_selection(screen, end, y2, true); screen_update_selection(screen, end, y2, false);
} }
} }