mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[GH-ISSUE #81] Implement support for other line styles #55
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#55
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?
Originally created by @mum4k on GitHub (Jan 19, 2019).
Original GitHub issue: https://github.com/mum4k/termdash/issues/81
Currently only one line style is supported:
https://github.com/mum4k/termdash/blob/master/draw/line_style.go
@nilathedragon commented on GitHub (Jan 23, 2019):
I've implemented a LineStyleDouble which looks like this:
@nilathedragon commented on GitHub (Jan 23, 2019):
I'll open a pull-request as soon as I figured out how to not submit my commits from my other pull-request too...
Edit: Actually, I'll just submit them with the one I opened. I messed this up and should not have worked on the master of my fork. Lesson learned
@mum4k commented on GitHub (Jan 23, 2019):
To send this as a separate PR, I recommend creating a new fork off the devel branch, making the changes and sending a PR against it.
Let me know if you would like to get more details on this.
@mum4k commented on GitHub (Jan 25, 2019):
I wonder what you think - are there any other line styles worth adding or do we close this issue ?
@nilathedragon commented on GitHub (Jan 25, 2019):
I cant think of any made of ASCII characters (https://theasciicode.com.ar)
If we can use Unicode, I can think of one or two more... I'd have to test that out first though
@nilathedragon commented on GitHub (Jan 25, 2019):
This would be my "LineStyleRound" proposal. A bit more modern than the default single-line approach by adding some curves.
@mum4k commented on GitHub (Jan 26, 2019):
Looks great, thanks for adding both. We indeed can use unicode, but I think you already know that ;)
I will leave it up to you to close this issue, not sure if you are still working on other line styles.
@nilathedragon commented on GitHub (Jan 26, 2019):
Thank you! Currently I am out of ideas for new borders. I will file a pull request if I get more ideas.
@mum4k commented on GitHub (Jan 26, 2019):
Sounds good, let's close this for now, we can as well follow the YAGNI principle and add it only once we need it ;)