mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #258] [MERGED] Making tcell the default in all demos and examples. #284
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#284
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/258
Author: @mum4k
Created: 11/14/2020
Status: ✅ Merged
Merged: 11/14/2020
Merged by: @mum4k
Base:
devel← Head:tcell-default📝 Commits (6)
3cbd993Making tcell the default in all demos and examples.57dc6d5Merge branch 'devel' into tcell-default20d07d0Updating CHANGELOG.3e47696Changing Blue color in demos to a more readable shade.3541f47Updating CHANGELOG.034007eRenamingtbxtotto fix compilation errors.📊 Changes
14 files changed (+55 additions, -48 deletions)
View changed files
📝
CHANGELOG.md(+3 -0)📝
container/grid/grid_test.go(+9 -9)📝
termdash_test.go(+3 -3)📝
termdashdemo/termdashdemo.go(+6 -6)📝
terminal/termbox/termbox.go(+4 -0)📝
widgets/barchart/barchartdemo/barchartdemo.go(+4 -4)📝
widgets/button/buttondemo/buttondemo.go(+2 -2)📝
widgets/donut/donutdemo/donutdemo.go(+3 -3)📝
widgets/gauge/gaugedemo/gaugedemo.go(+3 -3)📝
widgets/linechart/linechartdemo/linechartdemo.go(+3 -3)📝
widgets/segmentdisplay/segmentdisplaydemo/segmentdisplaydemo.go(+5 -5)📝
widgets/sparkline/sparklinedemo/sparklinedemo.go(+4 -4)📝
widgets/text/textdemo/textdemo.go(+1 -1)📝
widgets/textinput/textinputdemo/textinputdemo.go(+5 -5)📄 Description
Works on #254.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.