diff --git a/selection.c b/selection.c index 43ef2938..0f1731e6 100644 --- a/selection.c +++ b/selection.c @@ -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) ||