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 believe the behavior described in the title is a bug as per what I've researched (e.g: for reference, see xtermjs/xterm.js#802) and the fact it blocks bubbletea users from making proper full screen apps similar to vim etc. Right now, this is a big blocker for the app I am developing.
The issue can easily be seen with any examples from the docs, such as the one for TextInput, for instance. I am starting the program with
p := tea.NewProgram(initialModel(), tea.WithAltScreen())
Hello there! Absolutely awesome project! <3
I believe the behavior described in the title is a bug as per what I've researched (e.g: for reference, see xtermjs/xterm.js#802) and the fact it blocks bubbletea users from making proper full screen apps similar to vim etc. Right now, this is a big blocker for the app I am developing.
The issue can easily be seen with any examples from the docs, such as the one for TextInput, for instance. I am starting the program with
p := tea.NewProgram(initialModel(), tea.WithAltScreen())
Originally posted by @dcominottim in charmbracelet/bubbletea#349
The text was updated successfully, but these errors were encountered: