Merge pull request #770 from Tyler-Hardin/master

Enable sixel support in VTE if it's available.
This commit is contained in:
Matt Rose 2023-08-26 21:14:15 -04:00 committed by GitHub
commit cb4d84d52d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -155,6 +155,9 @@ class Terminal(Gtk.VBox):
self.composite_support = True
dbg('composite_support: %s' % self.composite_support)
if hasattr(self.vte, "set_enable_sixel"):
self.vte.set_enable_sixel(True)
self.vte.show()
#force to load for new window/terminal use case loading plugin