[PR #329] [MERGED] add tcell's dim text style #335

Closed
opened 2026-03-03 16:23:57 +03:00 by kerem · 0 comments
Owner

📋 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: develHead: devel


📝 Commits (1)

  • bb460d2 add 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 golang contribution. Kindly, let me know if I left out any necessary changes. I am also new to testing. I simply ran go test in this case and it passed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mum4k/termdash/pull/329 **Author:** [@icy-comet](https://github.com/icy-comet) **Created:** 7/1/2022 **Status:** ✅ Merged **Merged:** 7/7/2022 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `devel` --- ### 📝 Commits (1) - [`bb460d2`](https://github.com/mum4k/termdash/commit/bb460d221d289faa03ec52fe73c04e1aa48d98e9) add tcell's dim text style ### 📊 Changes **6 files changed** (+23 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Closes #328 . PS: Please note that this is my first `golang` contribution. Kindly, let me know if I left out any necessary changes. I am also new to testing. I simply ran `go test` in this case and it passed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:23:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/termdash#335
No description provided.