Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: charmbracelet/bubbletea
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: charmbracelet/bubbletea
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.1
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 24, 2026

  1. Configuration menu
    Copy the full SHA
    c751374 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

  1. fix(examples): add missing WithWidth to table example (#1598)

    Without an explicit width, the table renders with no rows visible.
    Width should be the sum of all column widths (34) plus borders (8) = 42.
    
    Fixes #1597
    shv-ng authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    110a919 View commit details
    Browse the repository at this point in the history
  2. fix: check if os.Stdin is a terminal before opening the TTY

    This change checks if os.Stdin is a terminal before attempting to open
    the TTY for input. If os.Stdin is not a terminal, it will proceed to
    open the TTY as before.
    
    Fixes: #1595
    aymanbagabas authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    66b7abd View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. Configuration menu
    Copy the full SHA
    736fba2 View commit details
    Browse the repository at this point in the history
Loading