-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Description
Requirements
- I have searched the issues for my request and found nothing related or helpful
- I have checked the FAQ for help
- I have reviewed the Wiki for relevant information
Problem Description
Box-drawing characters are widely established and useful. It is however a lot harder to draw hexagons textually.
Example of current state of hexagon drawing:
______
/ \
/ \______
\ /123456\
\______/12345678\
/123456\12345678/
/12345678\______/
\12345678/
\______/
I think it's somewhat safe to assume that most people who want to draw/see hexagons in a terminal are also in the group of people who would use a nerd font. Myself particularly included.
Desired Solution
Ideally a set of hexagonal drawing characters would be added, supporting both flat-top and pointy-top hexagons.
Alternatives Considered
If the horizontal lines could be added using combining characters so that you can have two lines of text directly above one another, but with a dividing line straddling the border. That would be rather useful even for non-hexagon situations where you're space constrained.
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels