mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 09:18:08 +02:00
...
This commit is contained in:
@@ -1285,10 +1285,10 @@ text_for_range(Screen *self, SelectionBoundary start, SelectionBoundary end, boo
|
|||||||
if (rectangle_select) {
|
if (rectangle_select) {
|
||||||
iterate_over_rectangle((&start), (&end))
|
iterate_over_rectangle((&start), (&end))
|
||||||
action
|
action
|
||||||
}}} else {
|
} }} else {
|
||||||
iterate_over_region((&start), (&end))
|
iterate_over_region((&start), (&end))
|
||||||
action
|
action
|
||||||
}}}
|
} }}
|
||||||
#undef action
|
#undef action
|
||||||
return ans;
|
return ans;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user