[PR #371] [CLOSED] Bump github.com/gdamore/tcell/v2 from 2.7.0 to 2.7.1 #365

Closed
opened 2026-03-03 16:24:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/371
Author: @dependabot[bot]
Created: 2/19/2024
Status: Closed

Base: develHead: dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.7.1


📝 Commits (1)

  • 957d348 Bump github.com/gdamore/tcell/v2 from 2.7.0 to 2.7.1

📊 Changes

2 files changed (+9 additions, -9 deletions)

View changed files

📝 go.mod (+3 -3)
📝 go.sum (+6 -6)

📄 Description

Bumps github.com/gdamore/tcell/v2 from 2.7.0 to 2.7.1.

Release notes

Sourced from github.com/gdamore/tcell/v2's releases.

Version 2.7.1 Bug Fix Release

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)
Commits
  • d17cf8b fixes #621 Unicode disappears if requested twice on the same place on Windows
  • 547b110 fixes #669 Focus event support for Windows console
  • a58de98 Bump golang.org/x/term from 0.15.0 to 0.17.0
  • 2833ff3 Bump golang.org/x/sys from 0.15.0 to 0.17.0
  • c4ecc72 Bump codecov/codecov-action from 3.1.4 to 4.0.1
  • 984d851 Bump actions/setup-go from 4 to 5
  • 216e30a fixes #679 Some emojis move entire line upwards when at bottom of terminal
  • 5bdcc25 Termite is dead/deprecated - drop it.
  • 15a4f4f fixes #677 PollEvent() returns nil when screen is suspended
  • b05ee8f remove stale comment
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mum4k/termdash/pull/371 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/19/2024 **Status:** ❌ Closed **Base:** `devel` ← **Head:** `dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.7.1` --- ### 📝 Commits (1) - [`957d348`](https://github.com/mum4k/termdash/commit/957d348cb0c713e78b54fc2ac88fe4bb84c2ee15) Bump github.com/gdamore/tcell/v2 from 2.7.0 to 2.7.1 ### 📊 Changes **2 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+3 -3) 📝 `go.sum` (+6 -6) </details> ### 📄 Description Bumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) from 2.7.0 to 2.7.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gdamore/tcell/releases">github.com/gdamore/tcell/v2's releases</a>.</em></p> <blockquote> <h2>Version 2.7.1 Bug Fix Release</h2> <p>This release fixes a few problems, and also adds a feature that was missing on Windows.</p> <ul> <li>Fix for disappearing wide (including emoji) characters on Windows (<a href="https://redirect.github.com/gdamore/tcell/issues/621">#621</a>)</li> <li>Fix for wide characters causing scrolling when on bottom line on UNIX/Linux (<a href="https://redirect.github.com/gdamore/tcell/issues/679">#679</a>)</li> <li>Fix for PollEvent returning nil on screen Suspend (regression) (<a href="https://redirect.github.com/gdamore/tcell/issues/687">#687</a>)</li> <li>Fix for AltGr modifiers on Windows, contributed by stk <a href="mailto:stk@ableton.com">stk@ableton.com</a></li> </ul> <p>Additionally:</p> <ul> <li>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.)</li> <li>Support for focus event reporting was added for Windows</li> <li>The Views API no longer uses deprecated tcell functions internally (<a href="https://redirect.github.com/gdamore/tcell/issues/682">#682</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gdamore/tcell/commit/d17cf8bb6b14eabb1b94ce17544b4bf0a622aed8"><code>d17cf8b</code></a> fixes <a href="https://redirect.github.com/gdamore/tcell/issues/621">#621</a> Unicode disappears if requested twice on the same place on Windows</li> <li><a href="https://github.com/gdamore/tcell/commit/547b1102d3a36818d3da5b53747d86f11c769fe4"><code>547b110</code></a> fixes <a href="https://redirect.github.com/gdamore/tcell/issues/669">#669</a> Focus event support for Windows console</li> <li><a href="https://github.com/gdamore/tcell/commit/a58de9811653c71b0e7e9ea0e0c3cacf17953d17"><code>a58de98</code></a> Bump golang.org/x/term from 0.15.0 to 0.17.0</li> <li><a href="https://github.com/gdamore/tcell/commit/2833ff3aa019c9266ba0aed9ae829496bcea80f7"><code>2833ff3</code></a> Bump golang.org/x/sys from 0.15.0 to 0.17.0</li> <li><a href="https://github.com/gdamore/tcell/commit/c4ecc7273579b0d1081e9840da3eae4dbb2d9c74"><code>c4ecc72</code></a> Bump codecov/codecov-action from 3.1.4 to 4.0.1</li> <li><a href="https://github.com/gdamore/tcell/commit/984d851637f9b0d93debf3e8ef5116138db8e242"><code>984d851</code></a> Bump actions/setup-go from 4 to 5</li> <li><a href="https://github.com/gdamore/tcell/commit/216e30afd7d0329c44490546d6ef7e628ac8f74c"><code>216e30a</code></a> fixes <a href="https://redirect.github.com/gdamore/tcell/issues/679">#679</a> Some emojis move entire line upwards when at bottom of terminal</li> <li><a href="https://github.com/gdamore/tcell/commit/5bdcc2579b9b9b6db55b744145a1d3e221320d03"><code>5bdcc25</code></a> Termite is dead/deprecated - drop it.</li> <li><a href="https://github.com/gdamore/tcell/commit/15a4f4f1fbb3801961a72dd2d40836a7c178f8dd"><code>15a4f4f</code></a> fixes <a href="https://redirect.github.com/gdamore/tcell/issues/677">#677</a> PollEvent() returns nil when screen is suspended</li> <li><a href="https://github.com/gdamore/tcell/commit/b05ee8f9983b409cb16f83720f91144eee6163dd"><code>b05ee8f</code></a> remove stale comment</li> <li>Additional commits viewable in <a href="https://github.com/gdamore/tcell/compare/v2.7.0...v2.7.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gdamore/tcell/v2&package-manager=go_modules&previous-version=2.7.0&new-version=2.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:24:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/termdash#365
No description provided.