fix drag and drop

This commit is contained in:
Matt Rose 2023-03-22 17:43:04 -04:00
parent a38152d691
commit 41c9d344b4
1 changed files with 1 additions and 1 deletions

View File

@ -1694,7 +1694,7 @@ class Terminal(Gtk.VBox):
def feed(self, text):
"""Feed the supplied text to VTE"""
self.vte.feed_child(text.encode())
self.vte.feed_child(text)
def zoom_in(self):
"""Increase the font size"""