diff options
author | necoro <> | 2007-08-17 03:54:39 +0000 |
---|---|---|
committer | necoro <> | 2007-08-17 03:54:39 +0000 |
commit | a82504f1627ba80641ad4c3ea8721a2701c364a7 (patch) | |
tree | c41e4a07950c732af6090ea3f55e88fc49e055a1 /portato/gui/wrapper.py | |
parent | ae63d36e760b749b97332915b8a91dd6f9ece199 (diff) | |
download | portato-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.py | 5 |
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 |