mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[GH-ISSUE #328] add dim text style as cell.Option #151
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#151
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?
Originally created by @icy-comet on GitHub (Jun 28, 2022).
Original GitHub issue: https://github.com/mum4k/termdash/issues/328
I noticed that
termdash/cellmaps one-to-one to the styles provided by thetcellAPI.github.com/mum4k/termdash@f13e4222fa/terminal/tcell/cell_options.go (L59-L75)However, the "dim" style from the tcell package is missing from this mapping. If this is not a deliberate decision, adding the style would be a "nice-to-have".
@mum4k commented on GitHub (Jun 30, 2022):
Hi @icy-comet, thank you for pointing this out. I suspect this is because the "dim" style isn't supported by termbox, which was the initial terminal driver termdash was built upon. We can add the "dim" style and just make the appropriate disclaimers and error messages when termbox is being used.
Is this something you are interested in contributing?