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: v0.27.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: v0.27.1
Choose a head ref
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on Aug 22, 2024

  1. fix: force query the terminal bg before running any programs

    Hack!
    
    This forces a bg/fg query on the default os.Stdout and os.Stdin before
    starting any bubbletea program. Otherwise, programs might hang before
    the query finishes. This is because at that point, the bubbletea already
    acquired the terminal os.Stdin and termenv cannot read from it. The
    termenv query timeout can be adjusted using `termenv.OSCTimeout`.
    
    Note that this will only work for the default IO i.e. os.Stdout and
    os.Stdin.
    
    docs: copyedits in Lip Gloss/Termenv workaround for clarity
    
    Co-authored-by: Christian Rocha <christian@rocha.is>
    aymanbagabas and meowgorithm committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d6458e0 View commit details
    Browse the repository at this point in the history
  2. chore(deps): go mod tidy

    meowgorithm committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    17443d8 View commit details
    Browse the repository at this point in the history
Loading