mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #260] [MERGED] Upgrade tcell to v2.x #286
Labels
No labels
bug
cleanup
enhancement
enhancement
enhancement
good first issue
help wanted
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termdash#286
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mum4k/termdash/pull/260
Author: @dyc3
Created: 11/14/2020
Status: ✅ Merged
Merged: 11/16/2020
Merged by: @mum4k
Base:
devel← Head:tcell-2.x-upgrade📝 Commits (8)
4d320e3upgrade tcell to v2.x503c0adFixing color setting fortcell.b4d53c1Removing commented-out code.0efc4a2Updating CHANGELOG.41375b8Translating colors for backward compatibility with termbox-go.685c0afMerge pull request #1 from mum4k/dyc3-tcell-2.x-upgrade-color-fix66d9d49explicitly name import "tcell"0256bf1fix typo in changelog📊 Changes
12 files changed (+339 additions, -142 deletions)
View changed files
📝
CHANGELOG.md(+6 -2)📝
cell/color.go(+21 -4)📝
go.mod(+1 -1)📝
go.sum(+2 -0)📝
terminal/tcell/cell_options.go(+23 -17)📝
terminal/tcell/cell_options_test.go(+262 -109)📝
terminal/tcell/event.go(+1 -1)📝
terminal/tcell/event_test.go(+1 -1)📝
terminal/tcell/tcell.go(+2 -2)📝
terminal/tcell/tcell_test.go(+1 -1)📝
terminal/termbox/cell_options.go(+16 -1)📝
terminal/terminalapi/color_mode.go(+3 -3)📄 Description
A draft PR to close #254
I'll push stuff here as I get stuff working.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.