Skip to content

fix(deps): update module github.com/gdamore/tcell/v2 to v2.13.8#335

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/github.qkg1.top-gdamore-tcell-v2-2.x
Open

fix(deps): update module github.com/gdamore/tcell/v2 to v2.13.8#335
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/github.qkg1.top-gdamore-tcell-v2-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 19, 2024

This PR contains the following updates:

Package Change Age Confidence
github.com/gdamore/tcell/v2 v2.7.0v2.13.8 age confidence

Release Notes

gdamore/tcell (github.com/gdamore/tcell/v2)

v2.13.8: Version 2.1.3.8 Bug Fix Release

Compare Source

This fixes two bugs, both involving wide characters (including emoji) and terminal bugs.

Full Changelog: gdamore/tcell@v2.13.7...v2.13.8

v2.13.7: Version 2.13.7 Bug Fix Release

Compare Source

This fixes two bugs:

  • wide not overwriting adjacent character (#​976)
  • paste on Windows did not handle certain runes (#​984)

What's Changed

  • fix(windows): Windows input (paste input) may arrive as UTF-16 still … by @​gdamore in #​987

Full Changelog: gdamore/tcell@v2.13.6...v2.13.7

v2.13.6: Version 2.13.5 Bug Fix Release

Compare Source

This release addresses a problem with keypad keys in certain terminal emulators.

Full Changelog: gdamore/tcell@v2.13.5...v2.13.6

v2.13.5: Version 2.13.5 Bug Fix Release

Compare Source

This fixes a regression where Control-J was being reported as KeyEnter.

Full Changelog: gdamore/tcell@v2.13.4...v2.13.5

v2.13.4: Version 2.13.4 Bug Fix

What's Changed

(Note that v2.13.3 was accidentally tagged on the wrong branch -- it had the same content, but the git history
was wrong -- we've deleted the tag.)

Note that folks relying on KeyBacktab will find that the regression where on some terminals it became KeyTab+ModShift is now fixed.

Full Changelog: gdamore/tcell@v2.13.2...v2.13.4

v2.13.2: Version 2.13.2 Bug Fix Release

Compare Source

This fixes a problem that affected some applications on Windows (wrong terminal dimensions due to
an off-by-one error.)

Full Changelog: gdamore/tcell@v2.13.1...v2.13.2

v2.13.1: Version 2.13.1 Bug Fix Release

Compare Source

This fixes a bug decoding certain control keys ([, ], )

v2.13.0: Version 2.13 Bug Fix and Minor Feature Release

Compare Source

What's Changed

Full Changelog: gdamore/tcell@v2.12.2...v2.13.0

v2.12.2: Version 2.12.2 Bug Fix Release

Compare Source

This fixes a problem with certain emoji sequences.

Full Changelog: gdamore/tcell@v2.12.1...v2.12.2

v2.12.1: Version 2.12.1 Bug Fix Release

Compare Source

There was some fallout from all the recent design changes. This should fix the main known issues. It also fixes a long
standing issue in the views package.

What's Changed

Full Changelog: gdamore/tcell@v2.12.0...v2.12.1

v2.12.0: Version 2.12 Feature Release

Compare Source

Building on the work of v2.11, this includes the win32 input mode design, and new string accessors for cells.
This should be a big quality of life improvement for folks working with simple tcell apps.

What's Changed

Full Changelog: gdamore/tcell@v2.11.0...v2.12.0

v2.11.0: Version 2.11.0 Bug Fix Release

Compare Source

This is mostly bug fixes for the previous release. It does however involve a complete redesign of the input subsystem,
which is why we bumped the minor number.

What's Changed

Full Changelog: gdamore/tcell@v2.10.0...v2.11.0

v2.10.0: Version 2.10.0 Feature Release

Compare Source

The main change here was introduction of Kitty keyboard protocol support (CSI-u).

What's Changed

New Contributors

Full Changelog: gdamore/tcell@v2.9.0...v2.10.0

v2.9.0: Version 2.9.0 Feature Release

Compare Source

Main Features

Notable Bug Fixes

New Contributors

Full Changelog: gdamore/tcell@v2.8.1...v2.9.0

v2.8.1: Version 2.8.1 Bug Fixes

Compare Source

This release addresses two bugs.

First, a bug with signed int overflow prevented building depending on the go compiler in use.

Second, a bug prevented color underlines from being supported on most Xterm work-a-likes.

v2.8.0: Version 2.8.0 Feature Release

Compare Source

Main Features

  • Underline Styles
  • Cursor Colors
  • Hyperlink Support for Windows
  • Clipboard Support
  • Window Title Support
  • Ghostty Terminal Support (by @​joshgoebel)
  • Performance Fix by (by @​kivattt)
  • Fix for slow Start Up Times (#​764)

Detailed List

New Contributors

Full Changelog: gdamore/tcell@v2.7.4...v2.8.0

v2.7.4: Version 2.7.4 Bug Fix Release

Compare Source

This release fixes a problem with restoring cursor location properly on Windows.

It also includes a new stress test for your terminal (FPS monitor) contributed by @​Bios-Marcel

v2.7.3: Version 2.7.3 Bug Fix Release

Compare Source

This release just updates the terminfo data using current data from Ubuntu 24.04 (Noble).
It fixes a regression where we dropped some capabilities including StrikeThrough for some terminals.

v2.7.2: Version 2.7.2 Improvement Release

Compare Source

This release does not add new APIs, but it does improve the functionality of tcell on Windows, and provides an "undocumented" feature for managing the alternate screen buffer.

  • Windows uses VT mode output everywhere except on ConEmu (because VT output mode on ConEmu is borked for colors)
    • The TCELL_VTMODE environment variable can be set to "enable" or "disable" to force attempting to use (or not) this mode.
  • Windows now uses the alternate screen buffer by default, and preserves the original screen content
  • Use of the alternate screen can be disabled setting the TCELL_ALTSCREEN environment variable to "disable".
  • If the alternate screen is disabled in that fashion, we will not clear the screen either. This is an experimental way to preserve the output from a tcell application on exit or suspend. Feedback on this would be appreciated.

The specific environment variables listed here are not considered part of the Tcell API, and their presence and meaning may change without notice at any time. Please consider them experimental and let us know whether these are useful or not.

v2.7.1: Version 2.7.1 Bug Fix Release

Compare Source

This release fixes a few problems, and also adds a feature that was missing on Windows.

  • Fix for disappearing wide (including emoji) characters on Windows (#​621)
  • Fix for wide characters causing scrolling when on bottom line on UNIX/Linux (#​679)
  • Fix for PollEvent returning nil on screen Suspend (regression) (#​687)
  • Fix for AltGr modifiers on Windows, contributed by stk stk@ableton.com

Additionally:

  • Support for the termite (defunct) was removed from the built-in terminals. The fallback support by parsing terminfo still works. The termite project is now abandoned and the project advises users to use Alacritty (which is natively supported in tcell.)
  • Support for focus event reporting was added for Windows
  • The Views API no longer uses deprecated tcell functions internally (#​682)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner February 19, 2024 19:44
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from 186c8be to 65d825f Compare February 29, 2024 12:28
@renovate renovate bot changed the title fix(deps): update module github.com/gdamore/tcell/v2 to v2.7.1 fix(deps): update module github.com/gdamore/tcell/v2 to v2.7.2 Mar 3, 2024
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch 2 times, most recently from 3b72238 to 64b404e Compare March 3, 2024 19:40
@renovate renovate bot changed the title fix(deps): update module github.com/gdamore/tcell/v2 to v2.7.2 fix(deps): update module github.com/gdamore/tcell/v2 to v2.7.3 Mar 3, 2024
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from 64b404e to af8c5c6 Compare March 4, 2024 00:54
@renovate renovate bot changed the title fix(deps): update module github.com/gdamore/tcell/v2 to v2.7.3 fix(deps): update module github.com/gdamore/tcell/v2 to v2.7.4 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch 2 times, most recently from fc50540 to 6d21781 Compare April 3, 2024 08:08
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch 2 times, most recently from 0ff1250 to 092e8da Compare April 12, 2024 14:17
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch 4 times, most recently from cefdcf4 to 9af96ce Compare April 24, 2024 12:56
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from 9af96ce to 4fed9fb Compare April 26, 2024 17:23
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from 4fed9fb to 95b627c Compare May 8, 2024 10:42
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from 95b627c to f5885bb Compare May 20, 2024 16:52
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch 2 times, most recently from 76762ae to 146bedd Compare May 30, 2024 17:38
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from 146bedd to 1b30cad Compare June 11, 2024 13:52
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from 1b30cad to 40cdc71 Compare September 23, 2024 08:04
@renovate renovate bot changed the title fix(deps): update module github.com/gdamore/tcell/v2 to v2.7.4 fix(deps): update module github.com/gdamore/tcell/v2 to v2.8.0 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from 40cdc71 to c83a4f5 Compare January 9, 2025 11:30
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Jan 9, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 8 additional dependencies were updated

Details:

Package Change
github.com/gdamore/encoding v1.0.0 -> v1.0.1
github.com/mattn/go-runewidth v0.0.15 -> v0.0.16
golang.org/x/crypto v0.21.0 -> v0.23.0
golang.org/x/net v0.23.0 -> v0.25.0
golang.org/x/sync v0.6.0 -> v0.10.0
golang.org/x/sys v0.18.0 -> v0.29.0
golang.org/x/term v0.18.0 -> v0.28.0
golang.org/x/text v0.14.0 -> v0.21.0

@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from c83a4f5 to e601899 Compare January 12, 2025 05:31
@renovate renovate bot changed the title fix(deps): update module github.com/gdamore/tcell/v2 to v2.8.0 fix(deps): update module github.com/gdamore/tcell/v2 to v2.8.1 Jan 12, 2025
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from e601899 to b568f91 Compare August 23, 2025 18:03
@renovate renovate bot changed the title fix(deps): update module github.com/gdamore/tcell/v2 to v2.8.1 fix(deps): update module github.com/gdamore/tcell/v2 to v2.9.0 Aug 23, 2025
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from b568f91 to d987468 Compare November 19, 2025 05:59
@renovate renovate bot changed the title fix(deps): update module github.com/gdamore/tcell/v2 to v2.9.0 fix(deps): update module github.com/gdamore/tcell/v2 to v2.10.0 Nov 19, 2025
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from d987468 to 61acc53 Compare November 22, 2025 08:34
@renovate renovate bot changed the title fix(deps): update module github.com/gdamore/tcell/v2 to v2.10.0 fix(deps): update module github.com/gdamore/tcell/v2 to v2.11.0 Nov 22, 2025
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from 61acc53 to a926085 Compare November 25, 2025 05:44
@renovate renovate bot changed the title fix(deps): update module github.com/gdamore/tcell/v2 to v2.11.0 fix(deps): update module github.com/gdamore/tcell/v2 to v2.12.0 Nov 25, 2025
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from a926085 to 86b2466 Compare November 26, 2025 21:54
@renovate renovate bot changed the title fix(deps): update module github.com/gdamore/tcell/v2 to v2.12.0 fix(deps): update module github.com/gdamore/tcell/v2 to v2.12.1 Nov 26, 2025
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from 86b2466 to 79f9b66 Compare November 27, 2025 11:39
@renovate renovate bot changed the title fix(deps): update module github.com/gdamore/tcell/v2 to v2.12.1 fix(deps): update module github.com/gdamore/tcell/v2 to v2.12.2 Nov 27, 2025
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from 79f9b66 to bf68ae5 Compare November 30, 2025 00:06
@renovate renovate bot changed the title fix(deps): update module github.com/gdamore/tcell/v2 to v2.12.2 fix(deps): update module github.com/gdamore/tcell/v2 to v2.13.0 Nov 30, 2025
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from bf68ae5 to 3c528b2 Compare December 1, 2025 02:15
@renovate renovate bot changed the title fix(deps): update module github.com/gdamore/tcell/v2 to v2.13.0 fix(deps): update module github.com/gdamore/tcell/v2 to v2.13.1 Dec 1, 2025
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from 3c528b2 to 749735a Compare December 5, 2025 08:49
@renovate renovate bot changed the title fix(deps): update module github.com/gdamore/tcell/v2 to v2.13.1 fix(deps): update module github.com/gdamore/tcell/v2 to v2.13.2 Dec 5, 2025
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from 749735a to 36f941a Compare December 11, 2025 09:49
@renovate renovate bot changed the title fix(deps): update module github.com/gdamore/tcell/v2 to v2.13.2 fix(deps): update module github.com/gdamore/tcell/v2 to v2.13.4 Dec 11, 2025
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from 36f941a to 5c2cfde Compare December 20, 2025 18:03
@renovate renovate bot changed the title fix(deps): update module github.com/gdamore/tcell/v2 to v2.13.4 fix(deps): update module github.com/gdamore/tcell/v2 to v2.13.5 Dec 20, 2025
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from 5c2cfde to 22bf1c9 Compare January 9, 2026 10:15
@renovate renovate bot changed the title fix(deps): update module github.com/gdamore/tcell/v2 to v2.13.5 fix(deps): update module github.com/gdamore/tcell/v2 to v2.13.6 Jan 9, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Jan 9, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21.5 -> 1.24.0
github.com/gdamore/encoding v1.0.0 -> v1.0.1
github.com/lucasb-eyer/go-colorful v1.2.0 -> v1.3.0
github.com/rivo/uniseg v0.4.3 -> v0.4.7
golang.org/x/sync v0.6.0 -> v0.18.0
golang.org/x/sys v0.18.0 -> v0.38.0
golang.org/x/term v0.18.0 -> v0.37.0
golang.org/x/text v0.14.0 -> v0.31.0

@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from 22bf1c9 to 9468f0a Compare January 12, 2026 05:53
@renovate renovate bot changed the title fix(deps): update module github.com/gdamore/tcell/v2 to v2.13.6 fix(deps): update module github.com/gdamore/tcell/v2 to v2.13.7 Jan 12, 2026
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from 9468f0a to d8a5bc2 Compare January 26, 2026 09:51
@renovate renovate bot changed the title fix(deps): update module github.com/gdamore/tcell/v2 to v2.13.7 fix(deps): update module github.com/gdamore/tcell/v2 to v2.13.8 Jan 26, 2026
@renovate renovate bot force-pushed the renovate/github.qkg1.top-gdamore-tcell-v2-2.x branch from d8a5bc2 to bd94a74 Compare February 12, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Waiting Review

Development

Successfully merging this pull request may close these issues.

0 participants