mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #166] [MERGED] Containers now support padding and margin #232
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#232
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/166
Author: @mum4k
Created: 3/3/2019
Status: ✅ Merged
Merged: 3/3/2019
Merged by: @mum4k
Base:
devel← Head:padding-and-margin📝 Commits (5)
0950310Utilities that safely shrink an area.9a021b5Containers now support padding of their content.7476982Support margin around containers.9b27e22Updating CHANGELOG.bbb960aRe-enabling coverage on push.📊 Changes
10 files changed (+1388 additions, -40 deletions)
View changed files
📝
.travis.yml(+1 -1)📝
CHANGELOG.md(+1 -0)📝
container/container.go(+45 -14)📝
container/container_test.go(+331 -1)📝
container/draw.go(+15 -3)📝
container/draw_test.go(+299 -0)📝
container/options.go(+333 -21)📝
internal/area/area.go(+57 -0)📝
internal/area/area_test.go(+303 -0)📝
termdashdemo/termdashdemo.go(+3 -0)📄 Description
Fixes #72
Fixes #93
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.