bubbletea icon indicating copy to clipboard operation
bubbletea copied to clipboard

A powerful little TUI framework 🏗

Results 240 bubbletea issues
Sort by recently updated
recently updated
newest added

I'd like to start by thanking you for releasing such an amazing TUI framework 🧋 . This pull request introduces improvements to the way we handle input data by detecting...

This adds support for detecting the terminal's color profile. It adds a new `ColorProfileMsg` message that get sent when the program starts. You can force a specific color profile using...

**Describe the bug** Screen jumps around a bit on startup as a result: https://github.com/user-attachments/assets/3881bb45-4f4d-402f-b8b9-a9dc4aa06bab **Setup** Please complete the following information along with version numbers, if applicable. - OS MacOS -...

v2

**Describe the bug** Not sure if this is a real bug or not, i.e. not sure if you want to make a workaround/fix for it, but would be awesome if...

v2

On Windows, some keyboard layouts have an AltGr button that's similar to the Mac options button and can be used to send characters. This PR respects the AltGr button and...

**Describe the bug** I use french keyboard. When I try to type this caracter "]", in french keyboard I need to do "Alt Gr" + ]. But in input bubbletea...

bug

This is likely on the Bubbles v2 side of things but when the `split-editors` example initializes the first lines in `textarea` are duplicated. This goes away on keypress.

v2

### Is your feature request related to a problem? Please describe. Currently, `tea.Cmd`s can only send a single `tea.Msg` before terminating, making things awkward when there is a need for...

enhancement

**Describe the bug** The bg query added as workaround in https://github.com/charmbracelet/bubbletea/pull/1107 causes unwanted output when no tea application is started and output is redirected to `/dev/stdout`. **Setup** - OS [e.g....

Currently, Bubble Tea programs has the following methods to start and run a program. - `Start() error` starts the program and waits without returning a final model **deprecated** - `Run()...

enhancement