diff options
-rw-r--r-- | poezio/poezio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/poezio.py b/poezio/poezio.py index cf66826a..15da5334 100644 --- a/poezio/poezio.py +++ b/poezio/poezio.py @@ -44,7 +44,7 @@ Poezio is currently unable to read your input or draw its interface properly,\ def main(): """ - Enter point + Entry point. """ sys.stdout.write("\x1b]0;poezio\x07") sys.stdout.flush() |