mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-28 03:41:41 +00:00
...
This commit is contained in:
parent
d3059c09e0
commit
8a9ee6f3f5
1 changed files with 2 additions and 2 deletions
|
|
@ -1285,10 +1285,10 @@ text_for_range(Screen *self, SelectionBoundary start, SelectionBoundary end, boo
|
|||
if (rectangle_select) {
|
||||
iterate_over_rectangle((&start), (&end))
|
||||
action
|
||||
}}} else {
|
||||
} }} else {
|
||||
iterate_over_region((&start), (&end))
|
||||
action
|
||||
}}}
|
||||
} }}
|
||||
#undef action
|
||||
return ans;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue