Set the terminal title to "poezio" by default
This commit is contained in:
parent
bbdc14aaa5
commit
c1d19fa548
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ def main():
|
||||||
"""
|
"""
|
||||||
Enter point
|
Enter point
|
||||||
"""
|
"""
|
||||||
|
sys.stdout.write("\x1b]0;poezio\x07")
|
||||||
|
sys.stdout.flush()
|
||||||
import config
|
import config
|
||||||
config_path = config.check_create_config_dir()
|
config_path = config.check_create_config_dir()
|
||||||
config.run_cmdline_args(config_path)
|
config.run_cmdline_args(config_path)
|
||||||
|
|
Loading…
Reference in a new issue