[PR #304] [CLOSED] Bump github.com/gdamore/tcell/v2 from 2.2.0 to 2.2.1 #321

Closed
opened 2026-03-03 16:23:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/304
Author: @dependabot[bot]
Created: 4/19/2021
Status: Closed

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


📝 Commits (1)

  • ac8ea9f Bump github.com/gdamore/tcell/v2 from 2.2.0 to 2.2.1

📊 Changes

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

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

Bumps github.com/gdamore/tcell/v2 from 2.2.0 to 2.2.1.

Commits
  • 299cb41 Add a sample style to hello world.
  • 0c349a8 Remove stale (unused) code in Windows finish.
  • fb06997 fixes #445 Prompt Cursor Lost after Suspend v2.2.0 Windows PowerShell
  • 356d48f Fix link display. Thanks to @​noborus.
  • 1febfd4 Add tmux-wormhole to the list of tcell-dependent apps
  • 7694d90 Change to /dev/tty because term.GetState fails
  • 14c5375 send enter_keypad during terminal engage
  • d003d0a switch back to ca mode after suspend/resume
  • e37d20e fixes PollEvent() hung after Fini() on windows
  • f4d4029 Added terminal pager ov to examples
  • See full diff 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 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/304 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/19/2021 **Status:** ❌ Closed **Base:** `devel` ← **Head:** `dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.2.1` --- ### 📝 Commits (1) - [`ac8ea9f`](https://github.com/mum4k/termdash/commit/ac8ea9fd65263878e25037706685e078f122231e) Bump github.com/gdamore/tcell/v2 from 2.2.0 to 2.2.1 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) from 2.2.0 to 2.2.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gdamore/tcell/commit/299cb413dc87b63a30167f8a56f018e7fc67f391"><code>299cb41</code></a> Add a sample style to hello world.</li> <li><a href="https://github.com/gdamore/tcell/commit/0c349a85f4ece797922fe9dccc79aef8c81ad27c"><code>0c349a8</code></a> Remove stale (unused) code in Windows finish.</li> <li><a href="https://github.com/gdamore/tcell/commit/fb06997fe2d0ae4a92869eb1ca9a9ba75cbbc18d"><code>fb06997</code></a> fixes <a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/445">#445</a> Prompt Cursor Lost after Suspend v2.2.0 Windows PowerShell</li> <li><a href="https://github.com/gdamore/tcell/commit/356d48f50a097511da4230dba1f75f98dbf6e9d5"><code>356d48f</code></a> Fix link display. Thanks to <a href="https://github.com/noborus"><code>@​noborus</code></a>.</li> <li><a href="https://github.com/gdamore/tcell/commit/1febfd418d0e0d887dd3bc132e8b32b11aea4cc0"><code>1febfd4</code></a> Add tmux-wormhole to the list of tcell-dependent apps</li> <li><a href="https://github.com/gdamore/tcell/commit/7694d9082153d3ddfc0ca0815731e1a093321ac1"><code>7694d90</code></a> Change to /dev/tty because term.GetState fails</li> <li><a href="https://github.com/gdamore/tcell/commit/14c5375cccb74db24e8b32913769e2eb3cbbc933"><code>14c5375</code></a> send enter_keypad during terminal engage</li> <li><a href="https://github.com/gdamore/tcell/commit/d003d0a0a14d8c98bd58551d27ba71cf0a13a7d0"><code>d003d0a</code></a> switch back to ca mode after suspend/resume</li> <li><a href="https://github.com/gdamore/tcell/commit/e37d20eeec284b80e88d62882f090d1f120ef42d"><code>e37d20e</code></a> fixes PollEvent() hung after Fini() on windows</li> <li><a href="https://github.com/gdamore/tcell/commit/f4d402906fa3d330545365abbf970c048e677b35"><code>f4d4029</code></a> Added terminal pager ov to examples</li> <li>See full diff in <a href="https://github.com/gdamore/tcell/compare/v2.2.0...v2.2.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.2.0&new-version=2.2.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 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:23:53 +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#321
No description provided.