[PR #264] [MERGED] add remaining font modifiers: strikethrough, inverse, blink #287

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

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/264
Author: @dyc3
Created: 11/16/2020
Status: Merged
Merged: 11/17/2020
Merged by: @mum4k

Base: develHead: more-font-attrs


📝 Commits (3)

  • eea2538 add remaining font modifiers: strikethrough, inverse, blink
  • 4946857 add tests for additional font modifiers
  • 93ddcf4 fix font modifiers test coverage and style nitpicks

📊 Changes

6 files changed (+55 additions, -5 deletions)

View changed files

📝 cell/cell.go (+17 -1)
📝 cell/cell_test.go (+4 -0)
📝 terminal/tcell/cell_options.go (+8 -2)
📝 terminal/tcell/cell_options_test.go (+15 -0)
📝 terminal/termbox/cell_options.go (+9 -2)
📝 terminal/termbox/cell_options_test.go (+2 -0)

📄 Description

closes #249


🔄 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/264 **Author:** [@dyc3](https://github.com/dyc3) **Created:** 11/16/2020 **Status:** ✅ Merged **Merged:** 11/17/2020 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `more-font-attrs` --- ### 📝 Commits (3) - [`eea2538`](https://github.com/mum4k/termdash/commit/eea25385e4b9633ff03ec02656703356d9a7cd96) add remaining font modifiers: strikethrough, inverse, blink - [`4946857`](https://github.com/mum4k/termdash/commit/4946857fbd6934f604ed6791913267aebd45b849) add tests for additional font modifiers - [`93ddcf4`](https://github.com/mum4k/termdash/commit/93ddcf46156887e110ec6299f5b91956b2d88978) fix font modifiers test coverage and style nitpicks ### 📊 Changes **6 files changed** (+55 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `cell/cell.go` (+17 -1) 📝 `cell/cell_test.go` (+4 -0) 📝 `terminal/tcell/cell_options.go` (+8 -2) 📝 `terminal/tcell/cell_options_test.go` (+15 -0) 📝 `terminal/termbox/cell_options.go` (+9 -2) 📝 `terminal/termbox/cell_options_test.go` (+2 -0) </details> ### 📄 Description closes #249 --- <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:42 +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#287
No description provided.