selection: extend: set ongoing to true

This commit is contained in:
Daniel Eklöf 2020-08-11 10:16:52 +02:00
parent 9517c6443c
commit f14b49068a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -536,6 +536,8 @@ selection_extend(struct seat *seat, struct terminal *term,
return;
}
term->selection.ongoing = true;
row += term->grid->view;
if ((row == term->selection.start.row && col == term->selection.start.col) ||