deps: update module github.com/gdamore/tcell/v2 to v2.7.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/gdamore/tcell/v2 | require | minor |
v2.6.1-0.20231203215052-2917c3801e73 -> v2.7.1
|
Release Notes
gdamore/tcell (github.com/gdamore/tcell/v2)
v2.7.1
: 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)
-
If you want to rebase/retry this MR, check this box