Help building a simple interactive TUI #231
Unanswered
jeffwright13
asked this question in
Q&A
Replies: 1 comment
-
Here in this repo the file in that file u can find almost everything as keyinput as well as setup terminal to work without echoing etc reading mouse itself u can found in thats basically everything u need |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am interested in using Textual to build a simple TUI for a project I am working on. What I would like to do is have the ability to click some part of a text widget so that it "folds" (hides/disappears) when clicked, and then "unfolds" (unhides/re-appears) when clicked again, displaying its text anew. I had originally used Rich to build up a Console instance with multiple Panels to display the text sections, but I haven't been able to figure out how to handle mouse input.
pynput
seems too rudimentary, as all it gives me is the absolute coordinates of a click, so I don't know how to tell if the mouse click is clicking on one widget or the other.I have looked through the example files. Not having a lot of experience with reactive web design or anyscio, it isn't 100% clear how they all work. Can anyone give me a push in the right direction?
Beta Was this translation helpful? Give feedback.
All reactions