mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-28 12:21:55 +00:00
Merge branch 'dbl-click-drag-extend-sel' of https://github.com/eepp/kitty
This commit is contained in:
commit
7f4294f68c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue