123456789101112131415161718192021222324 |
- From d73eda26423ef9730eded03c78c636bebe971948 Mon Sep 17 00:00:00 2001
- From: FabioLolix <fabio.lolix@gmail.com>
- Date: Mon, 13 Aug 2018 01:44:37 +0200
- Subject: [PATCH] Re-add support for vte291 >0.52
- ---
- src/Gtk/TermBox.vala | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
- diff --git a/src/Gtk/TermBox.vala b/src/Gtk/TermBox.vala
- index da5d3a0..0c7b37c 100644
- --- a/src/Gtk/TermBox.vala
- +++ b/src/Gtk/TermBox.vala
- @@ -255,7 +255,7 @@ public class TermBox : Gtk.Box {
-
- #else
-
- - term.feed_child(cmd, -1);
- + term.feed_child(cmd.to_utf8());
-
- #endif
- }
- --
- 2.18.0
|