Star Drake
Star Drake
Ok I dug into this and I think found the reason for this output. `wordwrap.String` called by `Style.Render` will not output spaces at the end of a line _unless_ it...
I've worked around this locally doing as I described above and trimming space characters from the end of a line if they are immediately preceded by a reset sequence. However...
`tea.WithContext` returns a `ProgramOption` and is intended for you to provide a context to Bubbletea if say, you wanted to ability to cancel execution of the application externally: ```go p...