mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #70] [MERGED] Variable container splits. #183
Labels
No labels
bug
cleanup
enhancement
enhancement
enhancement
good first issue
help wanted
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termdash#183
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
devel← Head:variable-splits📝 Commits (2)
964d676Allowing container.Option to report an error.9a7e7b5Support 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.