summaryrefslogtreecommitdiff
path: root/portato/gui/gtk
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
parentae63d36e760b749b97332915b8a91dd6f9ece199 (diff)
downloadportato-a82504f1627ba80641ad4c3ea8721a2701c364a7.tar.gz
portato-a82504f1627ba80641ad4c3ea8721a2701c364a7.tar.bz2
portato-a82504f1627ba80641ad4c3ea8721a2701c364a7.zip
improved terminal
Diffstat (limited to '')
-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)
=81714829dea0a8dddfdcd7a4a13df292fea255fc&follow=1'>FixRené 'Necoro' Neumann1-1/+1 2020-05-07Unified publishedDate and updatedDate into one (just as the old feed2imap...)René 'Necoro' Neumann5-21/+32 2020-05-06Print version during startupRené 'Necoro' Neumann1-1/+1 2020-05-06Improve templateRené 'Necoro' Neumann3-20/+28 2020-05-05Fix pipelineRené 'Necoro' Neumann1-2/+5 2020-05-05Make changelog a part of the release pipeline (untested)René 'Necoro' Neumann2-0/+12