Christian Rocha

Results 256 comments of Christian Rocha

Hi! @wolfmagnate is mostly correct here. When `WithInput(nil)` is set Bubble Tea will not set the terminal to raw mode and not attach to input. Thus, input will be handled...

> I'm seeing something similar when setting `WithOutput`. If I add `tea.WithOutput(os.Stdout)` to one of the example listing projects, the program just hangs in my terminal as well and doesn't...

Hi! #397 is in the process of being merged, however we don't have an ETA yet. A proper bracketed paste solution is nuanced and will require additional work beyond the...

Hi! Bubble Tea supports bracketed paste as of v0.26.0. If you’re still having trouble here please reopen the issue. Thanks!

Hi! Thanks for filing; this makes sense to me. No ETA on when we can commit to it, though at first read it looks like implementation would be pretty straightforward....

Got it, thank you. Attaching the video here for reference. It looks like the top and bottom are both different builds of Ghostty. Is that correct? Hope you get some...

Hi all! This is indeed in active development; we’ve moved the feature through a few branches. We were planning on including it as part of a larger update but we...

@eslam-allam Termenv's background color detection should generally work in tmux (many of us at Charm use it almost exclusively). Given that, I'd file an issue upstream with some details about...

So if I'm reading this correctly, the child's `Cmd` needs to be returned by the parent in order for a `quitMsg` to be properly processed. Conversely, if the child is...