summaryrefslogtreecommitdiff
path: root/portato/gui/wrapper.py
diff options
context:
space:
mode:
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