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/huh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.2
Choose a base ref
...
head repository: charmbracelet/huh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.3
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 10, 2026

  1. Configuration menu
    Copy the full SHA
    ec53694 View commit details
    Browse the repository at this point in the history
  2. fix(select): ensure cursor visibility when navigating multiline optio…

    …ns (#749)
    
    This ensures that when navigating options that span multiple lines, the
    viewport will scroll to keep the cursor visible. This is done by
    computing the line offset and height of the current cursor position and
    adjusting the viewport accordingly.
    
    Fixes: #748
    aymanbagabas authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    3c0116c View commit details
    Browse the repository at this point in the history
Loading