Thanks to visit codestin.com
Credit goes to github.com

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: gdamore/tcell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.12.2
Choose a base ref
...
head repository: gdamore/tcell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.13.0
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 29, 2025

  1. Configuration menu
    Copy the full SHA
    c319271 View commit details
    Browse the repository at this point in the history
  2. feat: enable XTerm modifyOtherKeys protocol

    This gives better key reporting for XTerm and strict clones that
    implement the modifyOtherKeys (CSI-27-~) protocol.
    gdamore committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    cbb8618 View commit details
    Browse the repository at this point in the history
  3. fix: 3rd party Windows terminals double encoding win32-input-mode bre…

    …aks some keys
    
    The encoding for things like SS3 sequences used in terminals like WezTerm and Alacritty
    breaks the processor, since the CSI state machine changes interferes with the SS3
    state.  We introduce a nested state machine for this case.
    
    Note that ConEmu still seems busted when running locally, although it is interesting
    that using it from an SSH hosted session works well.  Nonetheless, we don't recommend
    ConEmu for a variety of reasons.
    gdamore committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    0b5424d View commit details
    Browse the repository at this point in the history
Loading