[gnome-terminal] window: Fix Clear Highlight to actually clear the highlight
- From: Egmont Koblinger <egmontkob src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal] window: Fix Clear Highlight to actually clear the highlight
- Date: Mon, 5 Mar 2018 12:58:01 +0000 (UTC)
commit 22dd5dd57a08208abced8d1cfc940b3c8200b6bd
Author: Egmont Koblinger <egmont gmail com>
Date: Mon Mar 5 13:57:09 2018 +0100
window: Fix Clear Highlight to actually clear the highlight
https://bugzilla.gnome.org/show_bug.cgi?id=792885
src/terminal-window.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/terminal-window.c b/src/terminal-window.c
index 30fd6ad..461ceb5 100644
--- a/src/terminal-window.c
+++ b/src/terminal-window.c
@@ -1202,6 +1202,7 @@ action_find_clear_cb (GSimpleAction *action,
return;
vte_terminal_search_set_regex (VTE_TERMINAL (priv->active_screen), NULL, 0);
+ vte_terminal_unselect_all (VTE_TERMINAL (priv->active_screen));
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]