mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #39] [MERGED] Support for full-width runes in the remaining code. #171
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#171
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/39
Author: @mum4k
Created: 5/27/2018
Status: ✅ Merged
Merged: 6/13/2018
Merged by: @mum4k
Base:
master← Head:bugfix-rune-count📝 Commits (8)
9786171Faketerm and diff on it supports partial cells.c148d8cAlignment now supports full-width runes.8a1bb34Generalized text trimming logic.945b48fGauge widget now supports full-width runes.e5ca702Updating the gaugedemo image.4058126Merge branch 'master' into bugfix-rune-count870e1bdMerge branch 'master' into bugfix-rune-countb989483Comment from @chipmunkie.📊 Changes
13 files changed (+382 additions, -89 deletions)
View changed files
📝
align/align.go(+5 -4)📝
align/align_test.go(+9 -1)📝
draw/border_test.go(+18 -6)📝
draw/rectangle.go(+4 -2)📝
draw/text.go(+29 -28)📝
draw/text_test.go(+182 -0)📝
images/gaugedemo.gif(+0 -0)📝
terminal/faketerm/diff.go(+7 -1)📝
terminal/faketerm/faketerm.go(+6 -1)📝
widgets/gauge/demo/gaugedemo.go(+1 -1)📝
widgets/gauge/gauge.go(+41 -44)📝
widgets/gauge/gauge_test.go(+79 -1)📝
widgets/gauge/options.go(+1 -0)📄 Description
Fixes #37
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.