Replies: 1 comment 2 replies
-
I think you can do |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To be added by @willmcgugan
I can set title and subtitle for the textual-rendered header, but I cannot update the terminal window title once I start using textual. The standard (linux) trick of
sys.stderr.write("\x1b]2;TEXT\x07"); sys.stderr.flush()
works before I initialize textual, but stops working afterwards.Beta Was this translation helpful? Give feedback.
All reactions