summaryrefslogtreecommitdiff
path: root/portato/gui/gtk/wrapper.py
diff options
context:
space:
mode:
authornecoro <>2007-08-17 03:54:39 +0000
committernecoro <>2007-08-17 03:54:39 +0000
commita82504f1627ba80641ad4c3ea8721a2701c364a7 (patch)
treec41e4a07950c732af6090ea3f55e88fc49e055a1 /portato/gui/gtk/wrapper.py
parentae63d36e760b749b97332915b8a91dd6f9ece199 (diff)
downloadportato-a82504f1627ba80641ad4c3ea8721a2701c364a7.tar.gz
portato-a82504f1627ba80641ad4c3ea8721a2701c364a7.tar.bz2
portato-a82504f1627ba80641ad4c3ea8721a2701c364a7.zip
improved terminal
Diffstat (limited to 'portato/gui/gtk/wrapper.py')
-rw-r--r--portato/gui/gtk/wrapper.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/portato/gui/gtk/wrapper.py b/portato/gui/gtk/wrapper.py
index f085efa..7e67eb1 100644
--- a/portato/gui/gtk/wrapper.py
+++ b/portato/gui/gtk/wrapper.py
@@ -102,4 +102,6 @@ class GtkTree (Tree):
class GtkConsole (vte.Terminal, Console):
"""The implementation of the abstract Console for GTK."""
- pass
+
+ def reset (self):
+ vte.Terminal.reset(self, True, True)