summaryrefslogtreecommitdiff
path: root/portato/gui/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/wrapper.py
parentae63d36e760b749b97332915b8a91dd6f9ece199 (diff)
downloadportato-a82504f1627ba80641ad4c3ea8721a2701c364a7.tar.gz
portato-a82504f1627ba80641ad4c3ea8721a2701c364a7.tar.bz2
portato-a82504f1627ba80641ad4c3ea8721a2701c364a7.zip
improved terminal
Diffstat (limited to 'portato/gui/wrapper.py')
-rw-r--r--portato/gui/wrapper.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/portato/gui/wrapper.py b/portato/gui/wrapper.py
index 1a9ef8f..c7a5916 100644
--- a/portato/gui/wrapper.py
+++ b/portato/gui/wrapper.py
@@ -175,3 +175,8 @@ class Console:
@returns: title of the console or None"""
raise NotImplementedError
+
+ def reset (self):
+ """Resets the terminal."""
+
+ raise NotImplementedError