From c1d19fa5486da8706b73785fc5350139867493b0 Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 30 Apr 2014 21:54:25 +0200 Subject: Set the terminal title to "poezio" by default --- src/poezio.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/poezio.py b/src/poezio.py index c5c0b33c..0c1db593 100644 --- a/src/poezio.py +++ b/src/poezio.py @@ -23,6 +23,8 @@ def main(): """ Enter point """ + sys.stdout.write("\x1b]0;poezio\x07") + sys.stdout.flush() import config config_path = config.check_create_config_dir() config.run_cmdline_args(config_path) -- cgit v1.2.3