[rigo] Force terminal expansion, fixes bug #5305

This commit is contained in:
Fabio Erculiani
2016-11-19 21:14:41 +01:00
parent 04c46ce17c
commit 98cd2b2b9f

View File

@@ -181,6 +181,8 @@ class TerminalWidget(Vte.Terminal):
def _configure(self):
self.set_scrollback_lines(10000)
self.set_rewrap_on_resize(True)
self.set_property("expand", True)
self._configure_colors()
def reset(self):