From dd61a832468c958ad81acf2d216bf0e7efefa99f Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Fri, 25 Jun 2021 12:36:51 +0200 Subject: Use fallback 'html' value for vte_copy() in vte_key_press() No functional change, since vte_copy() defaults to false here. This seems to be a remnant of when vte_copy() required specifying the 'html' argument. --- terminal.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal.vala b/terminal.vala index 253dd7c..bb2083f 100644 --- a/terminal.vala +++ b/terminal.vala @@ -382,7 +382,7 @@ class Terminal : Gtk.Overlay { [GtkCallback] bool vte_key_press(Gdk.EventKey event) { if (match_key(event, CONTROL_MASK | SHIFT_MASK, Gdk.Key.C)) { - vte_copy(false); + vte_copy(); return true; } -- cgit v1.2.3-2-gb3c3