mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #198] [MERGED] Support displaying the dot character in SegmentDisplay. #249
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#249
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/198
Author: @mum4k
Created: 4/29/2019
Status: ✅ Merged
Merged: 5/1/2019
Merged by: @mum4k
Base:
devel← Head:dot-display📝 Commits (10+)
57b9e78Refactoring sixteen.27c830cAdding licences.f81cb55Skeleton of the dotseg package.b8a6427Functions that move areas up and down.a591f95Factoring out function that calculates segment size.939f8feA segment display that can show three dots.6159007The SegmentDisplay now uses dot segment for dots and colons.6578c20More test coverage.f13f732More test coverage for dotseg.a8d038eRenaming align.go to alignfor.go.📊 Changes
20 files changed (+1714 additions, -287 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
doc/images/segmentdisplaydemo.gif(+0 -0)📝
internal/alignfor/alignfor.go(+0 -0)📝
internal/alignfor/alignfor_test.go(+0 -0)📝
internal/area/area.go(+32 -0)📝
internal/area/area_test.go(+108 -0)➕
internal/segdisp/dotseg/attributes.go(+117 -0)➕
internal/segdisp/dotseg/attributes_test.go(+56 -0)➕
internal/segdisp/dotseg/dotseg.go(+238 -0)➕
internal/segdisp/dotseg/dotseg_test.go(+602 -0)➕
internal/segdisp/dotseg/testdotseg/testdotseg.go(+37 -0)➕
internal/segdisp/segdisp.go(+90 -0)➕
internal/segdisp/segdisp_test.go(+170 -0)📝
internal/segdisp/sixteen/attributes.go(+16 -31)📝
internal/segdisp/sixteen/sixteen.go(+4 -53)📝
internal/segdisp/sixteen/sixteen_test.go(+48 -103)📝
widgets/segmentdisplay/segment_area.go(+3 -3)📝
widgets/segmentdisplay/segmentdisplay.go(+38 -9)📝
widgets/segmentdisplay/segmentdisplay_test.go(+153 -87)📝
widgets/segmentdisplay/segmentdisplaydemo/segmentdisplaydemo.go(+1 -1)📄 Description
Fixes #183
Steps:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.