Raphael 'kena' Poss
Raphael 'kena' Poss
When I call `SetValue()` with a string that contains more lines than the height of the textarea, the cursor gets moved outside of view. I then need to use `MoveToBegin()`...
For use with https://github.com/charmbracelet/bubbletea/pull/418. cc @muesli @maaslalani
Completes the fix to https://github.com/charmbracelet/bubbletea/issues/404 For use in combination with https://github.com/muesli/termenv/pull/84 and https://github.com/charmbracelet/bubbletea/pull/397/files cc @muesli @maaslalani
This can be used in e.g. textarea / textinput to enable "overwrite mode". cc @muesli
There's a mismatch in API semantics: - termenv relies on the output going to `os.Stdout` - bubbletea makes this configurable (via `WithOutput`) When bubbletea `WithOutput` is used with a different...
Fixes #236. Fixes #116. cc @muesli @meowgorithm
cc @muesli
First 3 commits from #568, #569 and #570. Partial fix to #404 This introduces support for input via bracketed paste, where escape characters in the pasted input are not interpreted....
Fixes #310. Fixes #403. cc @muesli
Bracketed paste is an optional feature that modifies how the terminal handles a "paste from clipboard" action by a user. (e.g. middle mouse click in xterm, ctrl+shift+v in vte, etc)...