summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/gdamore/tcell/v2/terminfo/c/cygwin/term.go
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-03-03 18:46:50 +0100
committerGitHub <noreply@github.com>2024-03-03 18:46:50 +0100
commit8d9e5d1258a998e60b46686e33fe36f76ce01733 (patch)
tree6d1290b2732e6b543d91d8970736492043d2a84e /vendor/github.com/gdamore/tcell/v2/terminfo/c/cygwin/term.go
parent0f14065245f240f71c3ad067159c3116f4ad5915 (diff)
parent212ec7e8e56161597dd72581a27ef954b721f7fa (diff)
Bump gocui (#3356)
This resolves the regression from the last gocui bump that strikethrough no longer worked. Fixes #3355.
Diffstat (limited to 'vendor/github.com/gdamore/tcell/v2/terminfo/c/cygwin/term.go')
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/c/cygwin/term.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/gdamore/tcell/v2/terminfo/c/cygwin/term.go b/vendor/github.com/gdamore/tcell/v2/terminfo/c/cygwin/term.go
index 7d21c61e8..46a0a4a3a 100644
--- a/vendor/github.com/gdamore/tcell/v2/terminfo/c/cygwin/term.go
+++ b/vendor/github.com/gdamore/tcell/v2/terminfo/c/cygwin/term.go
@@ -6,7 +6,7 @@ import "github.com/gdamore/tcell/v2/terminfo"
func init() {
- // ansi emulation for Cygwin
+ // ANSI emulation for Cygwin
terminfo.AddTerminfo(&terminfo.Terminfo{
Name: "cygwin",
Colors: 8,