-
Notifications
You must be signed in to change notification settings - Fork 58
Comparing changes
Open a pull request
base repository: golang/term
base: v0.33.0
head repository: golang/term
compare: v0.37.0
- 8 commits
- 5 files changed
- 4 contributors
Commits on Jul 15, 2025
-
term: remove duplicate flag and add comment on windows
Both windows.ENABLE_PROCESSED_INPUT and windows.ENABLE_PROCESSED_OUTPUT have the same value of 0x1. Using makeRaw on a console output screen buffer handle wouldn't make sense since on Windows the input handle and the output screen buffer handle are two separate things. See https://learn.microsoft.com/en-us/windows/console/setconsolemode Change-Id: I19feadf8da303a1ada8e517399416a4730845900 GitHub-Last-Rev: 832fc7e GitHub-Pull-Request: #14 Reviewed-on: https://go-review.googlesource.com/c/term/+/562779 Reviewed-by: Michael Pratt <mpratt@google.com> Reviewed-by: Laurent Demailly <ldemailly@gmail.com> Reviewed-by: Jorropo <jorropo.pgm@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
Configuration menu - View commit details
-
Copy full SHA for 27f29d8 - Browse repository at this point
Copy the full SHA 27f29d8View commit details
Commits on Jul 21, 2025
-
term: allow multi-line bracketed paste to not create single line with…
… verbatim LFs Treat "\n" (LF) like "Enter" (CR) Avoids that when pasting 3 lines (with a terminal like kitty, ghostty, alacritty that do not change the clipboard in bracketed paste mode) it turns into 1 prompt looking like: Test> line one ..............line.two ......................line.three Fixes golang/go#74600 Change-Id: I4a86044a4a175eccb3a96dbf7021fee97a5940ce GitHub-Last-Rev: 0cf26df GitHub-Pull-Request: #21 Reviewed-on: https://go-review.googlesource.com/c/term/+/687755 Reviewed-by: Michael Pratt <mpratt@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Configuration menu - View commit details
-
Copy full SHA for 4f53e0c - Browse repository at this point
Copy the full SHA 4f53e0cView commit details
Commits on Aug 7, 2025
-
go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions. Change-Id: I99ad2113f2fb7d1f8e22475659335424ff94ffb7 Reviewed-on: https://go-review.googlesource.com/c/term/+/693976 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: David Chase <drchase@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Configuration menu - View commit details
-
Copy full SHA for a35244d - Browse repository at this point
Copy the full SHA a35244dView commit details
Commits on Aug 13, 2025
-
all: upgrade go directive to at least 1.24.0 [generated]
By now Go 1.25.0 has been released, and Go 1.23 is no longer supported per the Go Release Policy (see https://go.dev/doc/devel/release#policy). For golang/go#69095. [git-generate] (cd . && go get go@1.24.0 && go mod tidy && go fix ./... && go mod edit -toolchain=none) Change-Id: I8bf28e20963f73333d83fbe50434bb5abcce36da Reviewed-on: https://go-review.googlesource.com/c/term/+/695280 Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Configuration menu - View commit details
-
Copy full SHA for d862cd5 - Browse repository at this point
Copy the full SHA d862cd5View commit details
Commits on Sep 8, 2025
-
go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions. Change-Id: If0cee55db64c734f53dfaa2d5b014c7eba22cd46 Reviewed-on: https://go-review.googlesource.com/c/term/+/701037 Auto-Submit: Gopher Robot <gobot@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Configuration menu - View commit details
-
Copy full SHA for 1a11b45 - Browse repository at this point
Copy the full SHA 1a11b45View commit details
Commits on Oct 8, 2025
-
go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions. Change-Id: I91b80d2350746afd3a4a6c03bc55eeb03a42e6ae Reviewed-on: https://go-review.googlesource.com/c/term/+/710095 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Configuration menu - View commit details
-
Copy full SHA for 3a0828a - Browse repository at this point
Copy the full SHA 3a0828aView commit details
Commits on Oct 23, 2025
-
Change-Id: I8211158071d0a657d0097aba242278fa4bc7f653 Reviewed-on: https://go-review.googlesource.com/c/term/+/713420 Auto-Submit: Sean Liao <sean@liao.dev> Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Sean Liao <sean@liao.dev> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Configuration menu - View commit details
-
Copy full SHA for 3475bc8 - Browse repository at this point
Copy the full SHA 3475bc8View commit details
Commits on Nov 11, 2025
-
go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions. Change-Id: I2c69a9e891bebfbb3d88ab32d8a7dc2973440130 Reviewed-on: https://go-review.googlesource.com/c/term/+/718961 Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Configuration menu - View commit details
-
Copy full SHA for 1231d54 - Browse repository at this point
Copy the full SHA 1231d54View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.33.0...v0.37.0