[PR #68] [MERGED] Support for 256 colors. #182

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

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/68
Author: @mum4k
Created: 1/14/2019
Status: Merged
Merged: 1/14/2019
Merged by: @mum4k

Base: develHead: 256-colors


📝 Commits (1)

📊 Changes

7 files changed (+331 additions, -51 deletions)

View changed files

📝 cell/color.go (+53 -1)
cell/color_test.go (+203 -0)
📝 terminal/termbox/cell_options.go (+4 -27)
terminal/termbox/cell_options_test.go (+50 -0)
📝 terminal/termbox/color_mode.go (+1 -1)
📝 terminal/termbox/termbox.go (+2 -20)
📝 terminalapi/color_mode.go (+18 -2)

📄 Description

  • Documenting color modes.
  • Providing helper functions to set colors in different formats.
  • Allowing users to set other than the 8 system colors.

Fixes #66


🔄 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/68 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 1/14/2019 **Status:** ✅ Merged **Merged:** 1/14/2019 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `256-colors` --- ### 📝 Commits (1) - [`2071fd1`](https://github.com/mum4k/termdash/commit/2071fd15bbae8dc7abc8d6a7d7b6e8dee3e3311f) Support for 256 colors. ### 📊 Changes **7 files changed** (+331 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `cell/color.go` (+53 -1) ➕ `cell/color_test.go` (+203 -0) 📝 `terminal/termbox/cell_options.go` (+4 -27) ➕ `terminal/termbox/cell_options_test.go` (+50 -0) 📝 `terminal/termbox/color_mode.go` (+1 -1) 📝 `terminal/termbox/termbox.go` (+2 -20) 📝 `terminalapi/color_mode.go` (+18 -2) </details> ### 📄 Description - Documenting color modes. - Providing helper functions to set colors in different formats. - Allowing users to set other than the 8 system colors. Fixes #66 --- <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:11 +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#182
No description provided.