Update to tcell v2.5.2
#90
Merged
tslocum
merged 1 commits from gdamore/cview:tcell252
into master
8 months ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'gdamore/cview:tcell252'
Deleting a branch is permanent. It CANNOT be undone. Continue?
This bumps the version of tcell up to 2.5.2.
The latest version improves mapping reasonable colors when there are no colors -- using inverse to help when the text drawn is against a light background. The goal here being to make it easier to identify text entry areas and so forth.
There are a number of other bugs since then:
2.5.2 also allows for terminal resizing (not exposed in cview), adds support for hyperlinks (also not in cview yet), addresses performance (multiple redundant attributes sent).
2.5.1 fixes bugs around screen clearing (clears are much faster now), and improves functionality for various less common terminals. It also fixed a mouse tracking bug. It fixes a bug with go1.18 on darwin. A new method for setting the cursor shap is available (not exposed in cview) as well.
bf436cfdb0
into master 8 months agoThanks!
bf436cfdb0
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Forgejo.