Support tview #442
Closed
nf-brentsaner
started this conversation in
Ideas
Replies: 1 comment
-
you can use it already. Wish merely comes with a middleware that can do it for you, but you can still do the setup yourself. See the bubbletea middleware source code as reference. |
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.
-
Is your feature request related to a problem? Please describe.
tview offers much more direct control over rendering, layout, etc. than bubbletea.
Describe the solution you'd like
wish should either decouple from bubbletea and make use of interfaces instead for TUI render or add support for tview.
The former approach would even allow older tcell-based codebases to integrate.
Describe alternatives you've considered
n/a
Additional context
n/a
Beta Was this translation helpful? Give feedback.
All reactions