mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #225] [MERGED] Release v0.11.0. #266
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#266
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/225
Author: @mum4k
Created: 3/7/2020
Status: ✅ Merged
Merged: 3/7/2020
Merged by: @mum4k
Base:
master← Head:release-0-11-0📝 Commits (10+)
372d194Merge pull request #218 from mum4k/release-0-10-0b23d99cAdd tcell dependency as another terminal backend4fcdf48Fix mouse eventsfacb0e6Add missing commentf01148cAdd color mode and clear style colors2f95ff9Remove local go.mod stuff67c22d9Add license headers3fdaf65Use tcell screen.Fill() to clear screen5cd12d9Add test for tcell optionsc431b8cAdd fixColor test📊 Changes
13 files changed (+1211 additions, -23 deletions)
View changed files
📝
.travis.yml(+1 -1)📝
CHANGELOG.md(+22 -1)📝
internal/numbers/numbers_test.go(+2 -14)📝
termdashdemo/termdashdemo.go(+26 -1)➕
terminal/tcell/cell_options.go(+62 -0)➕
terminal/tcell/cell_options_test.go(+157 -0)➕
terminal/tcell/event.go(+199 -0)➕
terminal/tcell/event_test.go(+281 -0)➕
terminal/tcell/tcell.go(+200 -0)➕
terminal/tcell/tcell_test.go(+116 -0)📝
terminal/terminalapi/terminalapi.go(+4 -0)📝
widgets/gauge/gauge.go(+2 -6)📝
widgets/gauge/gauge_test.go(+139 -0)📄 Description
tcellbased terminal implementation.Fixes #100.
Fixes #223.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.