This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 124
Modal windows/dialogs #46
Labels
Comments
Agree (from previous discussion) about everything being keyboard friendly. I think the easiest way to support this feature is just having layers where all keyboard input is sent to the current layer. Regarding rendering, initially a painters algorithm would be easiest, then we can look at optimising this if needed. |
I agree that would probably be a great place to start 👍 |
Closed
any updates on this request? |
Unfortunately not. I've had limited time to work on tui lately and have been prioritizing bugs. It would be really helpful if you wanted to share your use case and thoughts on how you'd expect the API to look. |
Closed
Closed
@marcusolsson Thank you! I will have a closer look and get back to you. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
tui-go should support modal windows that ask for confirmation or other user input. This would be painted on top of the application and will need some design discussions on how to support basic compositing.
Example:
The text was updated successfully, but these errors were encountered: