Clear input when resizing lines

This commit is contained in:
speedie 2023-07-03 23:40:30 +02:00
parent 7bb81a26b8
commit 55a3b95e12

View file

@ -442,6 +442,7 @@ void defaultimg(Arg *arg) {
void setlines(Arg *arg) {
if (!overridelines) return;
insert(NULL, 0 - sp.cursor);
sel = curr = matches;
lines += arg->i;