Set the terminal title to "poezio" by default

This commit is contained in:
mathieui 2014-04-30 21:54:25 +02:00
parent bbdc14aaa5
commit c1d19fa548

View file

@ -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)