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: golang/term
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.38.0
Choose a base ref
...
head repository: golang/term
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.39.0
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 16, 2025

  1. x/term: handle delete key

    Fixes golang/go#76826
    
    Change-Id: I80dc9468c2cc716dab10a8e165ca5f72817ef4b9
    Reviewed-on: https://go-review.googlesource.com/c/term/+/730440
    Auto-Submit: Michael Knyszek <[email protected]>
    Reviewed-by: David Chase <[email protected]>
    Reviewed-by: Michael Knyszek <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    josharian authored and gopherbot committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    9b991dd View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. x/term: handle transpose

    The behavior implemented here matches readline and libedit.
    
    Updates golang/go#76826
    
    Change-Id: I893677f9bceaf75aa1dada7d893845728e07057e
    Reviewed-on: https://go-review.googlesource.com/c/term/+/730441
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    Reviewed-by: Michael Knyszek <[email protected]>
    Reviewed-by: David Chase <[email protected]>
    josharian committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    943f25d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2026

  1. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: I5ffb7b7c88fd3074335b3465a0fb76e839654802
    Reviewed-on: https://go-review.googlesource.com/c/term/+/734802
    Reviewed-by: Cherry Mui <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Junyang Shao <[email protected]>
    Auto-Submit: Gopher Robot <[email protected]>
    gopherbot committed Jan 9, 2026
    Configuration menu
    Copy the full SHA
    a7e5b04 View commit details
    Browse the repository at this point in the history
Loading