From 3dd6b7e4ef7204802fa96b4f861a185178cfc447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 2 Jan 2021 22:40:33 +0100 Subject: [PATCH] =?UTF-8?q?selection:=20don=E2=80=99t=20finalize=20selecti?= =?UTF-8?q?on=20when=20starting=20a=20word/row-based=20selection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- selection.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/selection.c b/selection.c index 7e21ecdb..c4eeba02 100644 --- a/selection.c +++ b/selection.c @@ -850,7 +850,6 @@ selection_mark_word(struct seat *seat, struct terminal *term, int col, int row, term->selection.spaces_only = spaces_only; selection_update(term, end.col, end.row); - selection_finalize(seat, term, serial); } void @@ -859,7 +858,6 @@ selection_mark_row( { selection_start(term, 0, row, SELECTION_NORMAL, SELECTION_SEMANTIC_ROW); selection_update(term, term->cols - 1, row); - selection_finalize(seat, term, serial); } static bool