[PR #166] [MERGED] Containers now support padding and margin #232

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

📋 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: develHead: padding-and-margin


📝 Commits (5)

  • 0950310 Utilities that safely shrink an area.
  • 9a021b5 Containers now support padding of their content.
  • 7476982 Support margin around containers.
  • 9b27e22 Updating CHANGELOG.
  • bbb960a Re-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.

## 📋 Pull Request Information **Original PR:** https://github.com/mum4k/termdash/pull/166 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 3/3/2019 **Status:** ✅ Merged **Merged:** 3/3/2019 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `padding-and-margin` --- ### 📝 Commits (5) - [`0950310`](https://github.com/mum4k/termdash/commit/09503103a7cc62bad57daa0f4b0efbecab34a7f7) Utilities that safely shrink an area. - [`9a021b5`](https://github.com/mum4k/termdash/commit/9a021b52b1c0c8eee7452e92438c2125281e334e) Containers now support padding of their content. - [`7476982`](https://github.com/mum4k/termdash/commit/74769824a45a1b39d3946b25e9ecf47a27898290) Support margin around containers. - [`9b27e22`](https://github.com/mum4k/termdash/commit/9b27e22af7884f33be65e3cd4eacbe82bceefeee) Updating CHANGELOG. - [`bbb960a`](https://github.com/mum4k/termdash/commit/bbb960ad1b8eeebaece5d172905aedece207b50f) Re-enabling coverage on push. ### 📊 Changes **10 files changed** (+1388 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Fixes #72 Fixes #93 --- <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:26 +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#232
No description provided.