1b3cb02
diff -uNr terminator-1.91.orig/terminatorlib/plugins/custom_commands.py terminator-1.91/terminatorlib/plugins/custom_commands.py
1b3cb02
--- terminator-1.91.orig/terminatorlib/plugins/custom_commands.py	2019-12-20 22:12:24.475810054 -0500
1b3cb02
+++ terminator-1.91/terminatorlib/plugins/custom_commands.py	2019-12-20 22:18:07.372918068 -0500
1b3cb02
@@ -127,7 +127,7 @@
1b3cb02
       if command[-1] != '\n':
1b3cb02
         command = command + '\n'
1b3cb02
       for terminal in data['terminals']:
1b3cb02
-        terminal.vte.feed_child(command,  len(command))
1b3cb02
+        terminal.vte.feed_child_binary(command.encode(terminal.vte.get_encoding()))
1b3cb02
 
1b3cb02
     def configure(self, widget, data = None):
1b3cb02
       ui = {}