You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm evaluating tview against bubbletea for a basic CLI tool. While tview ticks most of my boxes, an essential functionality I need is launching the program inline in the terminal.
Here the program runs directly in the shell session and ending it returns to the prompt, all in an uninterrupted view.
On the other hand, with the tview textarea demo, a new screen session is created which replaces the parent view entirely until the program ends:
tview.mp4
Is the bubbletea behaviour possible to configure with tview? I have tried setting the fullscreen attribute of the root to false, but that only affects the newly launched screen.
I see tview makes use of the gdamore/tcell library for launching the screen, so perhaps this is beyond its scope.
The text was updated successfully, but these errors were encountered:
I'm evaluating tview against bubbletea for a basic CLI tool. While tview ticks most of my boxes, an essential functionality I need is launching the program inline in the terminal.
For example, from the bubbletea textarea demo:
bubbletea.mp4
Here the program runs directly in the shell session and ending it returns to the prompt, all in an uninterrupted view.
On the other hand, with the tview textarea demo, a new screen session is created which replaces the parent view entirely until the program ends:
tview.mp4
Is the bubbletea behaviour possible to configure with tview? I have tried setting the
fullscreen
attribute of the root to false, but that only affects the newly launched screen.I see tview makes use of the gdamore/tcell library for launching the screen, so perhaps this is beyond its scope.
The text was updated successfully, but these errors were encountered: