ErrLookup › charmbracelet/bubbletea
charmbracelet/bubbletea
A powerful little TUI framework 🏗 · Go · 35 source files
Analyzed at 351d2159f8 on 2026-08-15. 21 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| program experienced a panic | error_code | critical | bubbletea, panic, tui, go, runtime |
| program was killed | error_code | warning | bubbletea, lifecycle, shutdown, go, tui |
| program was interrupted | error_code | info | bubbletea, signal, sigint, lifecycle, go |
| bubbletea: InitialModel cannot be nil | validation | error | bubbletea, validation, nil-model, go, programming-error |
| bubbletea: error closing screen writer: %w | exception | error | bubbletea, renderer, flush, epipe, shutdown, go |
| bubbletea: error writing to screen: %w | exception | error | bubbletea, renderer, io, write, shutdown, go |
| bubbletea: error flushing screen writer: %w | exception | error | bubbletea, renderer, flush, frame, io, go |
| bubbletea: error flushing update to the writer: %w | exception | error | bubbletea, renderer, update, io, epipe, go |
| bubbletea: error writing insert above to the writer: %w | exception | error | bubbletea, scrollback, insert-above, io, go |
| error opening file for logging: %w | exception | error | bubbletea, logging, filesystem, permissions, go |
| bubbletea: error opening TTY: %w | exception | error | bubbletea, tty, stdin, headless, ci, go |
| %w: %w | panic | critical | bubbletea, panic, recover, runtime, go |
| bubbletea: error getting terminal size: %w | exception | error | bubbletea, tty, ioctl, window-size, startup, go |
| error writing to output: %w | exception | warning | bubbletea, output, control-sequences, io, go |
| bubbletea: error restoring console: %w | exception | error | bubbletea, tty, termios, restore, shutdown, go |
| bubbletea: could not create cancelable reader: %w | exception | error | bubbletea, cancelreader, epoll, fd-limits, platform, go |
| error entering raw mode: %w | exception | error | terminal, tty, raw-mode, unix, bubbletea, initialization |
| error making terminal raw: %w | exception | error | terminal, windows, console, raw-mode, bubbletea, initialization |
| error getting console mode: %w | exception | error | windows, console, conpty, handle, bubbletea, initialization |
| error setting console mode: %w | exception | error | windows, console, vt-input, virtual-terminal, bubbletea, compatibility |
| error getting terminal state: %w | exception | error | windows, console, screen-buffer, tty, bubbletea, initialization |