mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #329] [MERGED] add tcell's dim text style #335
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#335
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/329
Author: @icy-comet
Created: 7/1/2022
Status: ✅ Merged
Merged: 7/7/2022
Merged by: @mum4k
Base:
devel← Head:devel📝 Commits (1)
bb460d2add tcell's dim text style📊 Changes
6 files changed (+23 additions, -1 deletions)
View changed files
📝
cell/cell.go(+8 -0)📝
cell/cell_test.go(+2 -0)📝
terminal/tcell/cell_options.go(+2 -1)📝
terminal/tcell/cell_options_test.go(+5 -0)📝
terminal/termbox/cell_options.go(+5 -0)📝
terminal/termbox/cell_options_test.go(+1 -0)📄 Description
Closes #328 .
PS: Please note that this is my first
golangcontribution. Kindly, let me know if I left out any necessary changes. I am also new to testing. I simply rango testin this case and it passed.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.