[PR #258] [MERGED] Making tcell the default in all demos and examples. #284

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

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/258
Author: @mum4k
Created: 11/14/2020
Status: Merged
Merged: 11/14/2020
Merged by: @mum4k

Base: develHead: tcell-default


📝 Commits (6)

  • 3cbd993 Making tcell the default in all demos and examples.
  • 57dc6d5 Merge branch 'devel' into tcell-default
  • 20d07d0 Updating CHANGELOG.
  • 3e47696 Changing Blue color in demos to a more readable shade.
  • 3541f47 Updating CHANGELOG.
  • 034007e Renaming tbx to t to fix compilation errors.

📊 Changes

14 files changed (+55 additions, -48 deletions)

View changed files

📝 CHANGELOG.md (+3 -0)
📝 container/grid/grid_test.go (+9 -9)
📝 termdash_test.go (+3 -3)
📝 termdashdemo/termdashdemo.go (+6 -6)
📝 terminal/termbox/termbox.go (+4 -0)
📝 widgets/barchart/barchartdemo/barchartdemo.go (+4 -4)
📝 widgets/button/buttondemo/buttondemo.go (+2 -2)
📝 widgets/donut/donutdemo/donutdemo.go (+3 -3)
📝 widgets/gauge/gaugedemo/gaugedemo.go (+3 -3)
📝 widgets/linechart/linechartdemo/linechartdemo.go (+3 -3)
📝 widgets/segmentdisplay/segmentdisplaydemo/segmentdisplaydemo.go (+5 -5)
📝 widgets/sparkline/sparklinedemo/sparklinedemo.go (+4 -4)
📝 widgets/text/textdemo/textdemo.go (+1 -1)
📝 widgets/textinput/textinputdemo/textinputdemo.go (+5 -5)

📄 Description

Works on #254.


🔄 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/258 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 11/14/2020 **Status:** ✅ Merged **Merged:** 11/14/2020 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `tcell-default` --- ### 📝 Commits (6) - [`3cbd993`](https://github.com/mum4k/termdash/commit/3cbd993521a26fe1b8b4ebcbdb5249f21dff8261) Making tcell the default in all demos and examples. - [`57dc6d5`](https://github.com/mum4k/termdash/commit/57dc6d5612db4c8a948573e8934944df4e2bb5b9) Merge branch 'devel' into tcell-default - [`20d07d0`](https://github.com/mum4k/termdash/commit/20d07d05e84433c949efbbfa421bd683adb03c6e) Updating CHANGELOG. - [`3e47696`](https://github.com/mum4k/termdash/commit/3e476963e8c7ce292f0c3df00c012eb1503d8cf8) Changing Blue color in demos to a more readable shade. - [`3541f47`](https://github.com/mum4k/termdash/commit/3541f4797fe2b7b520625f4a5d73a5f719b05f9c) Updating CHANGELOG. - [`034007e`](https://github.com/mum4k/termdash/commit/034007e85fd7cb432eb876e8ef88e1f783994fb6) Renaming `tbx` to `t` to fix compilation errors. ### 📊 Changes **14 files changed** (+55 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+3 -0) 📝 `container/grid/grid_test.go` (+9 -9) 📝 `termdash_test.go` (+3 -3) 📝 `termdashdemo/termdashdemo.go` (+6 -6) 📝 `terminal/termbox/termbox.go` (+4 -0) 📝 `widgets/barchart/barchartdemo/barchartdemo.go` (+4 -4) 📝 `widgets/button/buttondemo/buttondemo.go` (+2 -2) 📝 `widgets/donut/donutdemo/donutdemo.go` (+3 -3) 📝 `widgets/gauge/gaugedemo/gaugedemo.go` (+3 -3) 📝 `widgets/linechart/linechartdemo/linechartdemo.go` (+3 -3) 📝 `widgets/segmentdisplay/segmentdisplaydemo/segmentdisplaydemo.go` (+5 -5) 📝 `widgets/sparkline/sparklinedemo/sparklinedemo.go` (+4 -4) 📝 `widgets/text/textdemo/textdemo.go` (+1 -1) 📝 `widgets/textinput/textinputdemo/textinputdemo.go` (+5 -5) </details> ### 📄 Description Works on #254. --- <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:41 +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#284
No description provided.