fix(deps): update module github.com/gdamore/tcell/v2 to v2.7.4 #335
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.7.0
->v2.7.4
Release Notes
gdamore/tcell (github.com/gdamore/tcell/v2)
v2.7.4
: Version 2.7.4 Bug Fix ReleaseCompare 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 ReleaseCompare 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 ReleaseCompare 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.
TCELL_VTMODE
environment variable can be set to "enable" or "disable" to force attempting to use (or not) this mode.TCELL_ALTSCREEN
environment variable to "disable".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 ReleaseCompare Source
This release fixes a few problems, and also adds a feature that was missing on Windows.
Additionally:
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.
This PR was generated by Mend Renovate. View the repository job log.