Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update terminal title #58

Open
atsuoishimoto opened this issue Nov 1, 2013 · 2 comments
Open

update terminal title #58

atsuoishimoto opened this issue Nov 1, 2013 · 2 comments
Milestone

Comments

@atsuoishimoto
Copy link
Member

No description provided.

@hirokiky
Copy link
Contributor

Is this trick useful?

>>> import sys
>>> sys.stdout.write("\x1b]2;" + "some text here" + "\x07")

https://bbs.archlinux.org/viewtopic.php?id=85567

@atsuoishimoto
Copy link
Member Author

yep. curses.putp("\x1b]2;" + "some text here" + "\x07") might be better, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants