From f14b49068ac404879495b42343a6ab2e78b0609f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 11 Aug 2020 10:16:52 +0200 Subject: [PATCH] selection: extend: set ongoing to true --- selection.c | 2 ++ 1 file changed, 2 insertions(+) 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) ||