This commit is contained in:
Kovid Goyal 2017-12-15 16:32:28 +05:30
parent d3059c09e0
commit 8a9ee6f3f5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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;
}