diff options
Diffstat (limited to '')
-rw-r--r-- | portato/gui/wrapper.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/portato/gui/wrapper.py b/portato/gui/wrapper.py index def5c50..86f4efe 100644 --- a/portato/gui/wrapper.py +++ b/portato/gui/wrapper.py @@ -176,6 +176,12 @@ class Console: @type pty: file-descriptor""" raise NotImplementedError + def get_window_title (self): + """This should return the current title of the console. If this is not possible, it must return None. + + @returns: title of the console or None""" + raise NotImplementedError + def get_original(self): """Returns the original console-object. |