Update to tcell v2.5.2 #90

Merged
tslocum merged 1 commits from gdamore/cview:tcell252 into master 8 months ago

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.

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.
tslocum merged commit bf436cfdb0 into master 8 months ago
Owner

Thanks!

Thanks!
The pull request has been merged as bf436cfdb0.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b gdamore-tcell252 master
git pull tcell252

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff gdamore-tcell252
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
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: tslocum/cview#90
Loading…
There is no content yet.