Matt Rose 2019-12-21 03:37:37 +00:00 committed by Markus Frosch
parent 04ba955b38
commit 0f05cd8c8b
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class CustomCommandsMenu(plugin.MenuItem):
if command[-1] != '\n':
command = command + '\n'
for terminal in data['terminals']:
terminal.vte.feed_child(command, len(command))
terminal.vte.feed_child_binary(command.encode(terminal.vte.get_encoding()))
def configure(self, widget, data = None):
ui = {}