Replies: 1 comment 3 replies
-
I've had similar issues with older code not working on newer releases. The plain answer is that Textual is still under heavy development, so we're not going to be able to rely 100% on the stability of any of the code until they release the official version (which I gather will be within the next few months). Still, as you said, Textual is certainly the most compelling TUI out there that I've seen. If you want to play with other TUIs, I can recommend Asciimatics, as well as PyTermTk (although that one is still in need of documentation). I've also had a bit of success with pytermgui and am intrigued by the Austin TUI. I have no interest in curses. :-) |
Beta Was this translation helpful? Give feedback.
-
Why was
console
removed as a param in this commit? I relied on being able to pass in console in order to to be able to run a textual cli app in a subshell. This is how I use the param to be able to better control my output..If this was completely intentional with no intent to come back then I just want to know why because now I'll have to either hack around the library or completely rewrite my app in another tui lib (which would suck bc textual is awesome).
Beta Was this translation helpful? Give feedback.
All reactions