From d1974913f782ba4a5993313646b3a3fdb2eb40c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 27 Aug 2019 19:56:02 +0200 Subject: [PATCH] search: search_update() is always called at end of search_input() --- search.c | 1 - 1 file changed, 1 deletion(-) diff --git a/search.c b/search.c index 03e114c0..30edad2e 100644 --- a/search.c +++ b/search.c @@ -219,7 +219,6 @@ search_input(struct terminal *term, uint32_t key, xkb_keysym_t sym, xkb_mod_mask if (new_row >= 0) { term->search.match.col = new_col; term->search.match.row = new_row; - search_update(term); } } }