mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #56] [MERGED] Function that draws horizontal and vertical lines. #176
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#176
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/56
Author: @mum4k
Created: 6/25/2018
Status: ✅ Merged
Merged: 12/1/2018
Merged by: @mum4k
Base:
devel← Head:draw-line📝 Commits (7)
1bc6a7cSkeleton for function that draws lines.df60341Implementing code that draws line crossings.3bfc5b5Merge branch 'devel' into draw-linec89ed60Self review.9f7a598Fixing documentation.56a8c6fMerge branch 'devel' into draw-lineae8f7c5Adding missing licence headers.📊 Changes
6 files changed (+1499 additions, -2 deletions)
View changed files
➕
draw/hv_line.go(+206 -0)➕
draw/hv_line_graph.go(+204 -0)➕
draw/hv_line_graph_test.go(+375 -0)➕
draw/hv_line_test.go(+673 -0)📝
draw/line_style.go(+34 -2)📝
draw/testdraw/testdraw.go(+7 -0)📄 Description
Correctly handles situations where multiple lines cross. I.e. uses the correct unicode characters to represent the crossing.
Fixes #46
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.