[PR #70] [MERGED] Variable container splits. #183

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/70
Author: @mum4k
Created: 1/14/2019
Status: Merged
Merged: 1/14/2019
Merged by: @mum4k

Base: develHead: variable-splits


📝 Commits (2)

  • 964d676 Allowing container.Option to report an error.
  • 9a7e7b5 Support variable size container splits.

📊 Changes

15 files changed (+572 additions, -182 deletions)

View changed files

📝 area/area.go (+36 -18)
📝 area/area_test.go (+121 -48)
📝 container/container.go (+20 -12)
📝 container/container_test.go (+191 -34)
📝 container/draw.go (+4 -1)
📝 container/draw_test.go (+30 -24)
📝 container/focus_test.go (+13 -7)
📝 container/options.go (+112 -27)
📝 container/traversal_test.go (+8 -2)
📝 termdash_test.go (+17 -4)
📝 widgets/barchart/barchartdemo/barchartdemo.go (+4 -1)
📝 widgets/gauge/demo/gaugedemo.go (+4 -1)
📝 widgets/linechart/linechartdemo/linechartdemo.go (+4 -1)
📝 widgets/sparkline/sparklinedemo/sparklinedemo.go (+4 -1)
📝 widgets/text/demo/textdemo.go (+4 -1)

📄 Description

Fixes #3


🔄 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/70 **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:** `variable-splits` --- ### 📝 Commits (2) - [`964d676`](https://github.com/mum4k/termdash/commit/964d676e311e7ee5598ba10703dd94db332f5acc) Allowing container.Option to report an error. - [`9a7e7b5`](https://github.com/mum4k/termdash/commit/9a7e7b5af81124d1d3d0f7484a394f8d45faaf8b) Support variable size container splits. ### 📊 Changes **15 files changed** (+572 additions, -182 deletions) <details> <summary>View changed files</summary> 📝 `area/area.go` (+36 -18) 📝 `area/area_test.go` (+121 -48) 📝 `container/container.go` (+20 -12) 📝 `container/container_test.go` (+191 -34) 📝 `container/draw.go` (+4 -1) 📝 `container/draw_test.go` (+30 -24) 📝 `container/focus_test.go` (+13 -7) 📝 `container/options.go` (+112 -27) 📝 `container/traversal_test.go` (+8 -2) 📝 `termdash_test.go` (+17 -4) 📝 `widgets/barchart/barchartdemo/barchartdemo.go` (+4 -1) 📝 `widgets/gauge/demo/gaugedemo.go` (+4 -1) 📝 `widgets/linechart/linechartdemo/linechartdemo.go` (+4 -1) 📝 `widgets/sparkline/sparklinedemo/sparklinedemo.go` (+4 -1) 📝 `widgets/text/demo/textdemo.go` (+4 -1) </details> ### 📄 Description Fixes #3 --- <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#183
No description provided.