Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Unicode braille characters for line drawing #57

Open
tenox7 opened this issue Feb 23, 2022 · 3 comments
Open

Use Unicode braille characters for line drawing #57

tenox7 opened this issue Feb 23, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@tenox7
Copy link
Owner

tenox7 commented Feb 23, 2022

https://en.wikipedia.org/wiki/Braille_Patterns

check gotop
bashtop
etc

@tenox7 tenox7 changed the title unicode braille characters for line drawing Feature Request: unicode braille characters for line drawing Nov 27, 2023
@hartwork hartwork added the enhancement New feature or request label Nov 30, 2023
@hartwork hartwork changed the title Feature Request: unicode braille characters for line drawing Use Unicode braille characters for line drawing Nov 30, 2023
@hartwork
Copy link
Collaborator

See also #29 (comment)

@edgar-bonet
Copy link
Collaborator

Another alternative could be using the Block Elements (U+2581 – Lower one eighth block) through (U+2588 – Full block). Compared to Braille Patterns, these characters offer:

  • better vertical resolution (8 lines per character cell instead of 4)
  • worse horizontal resolution (1 per cell instead of 2)
  • are easier to the eyes (continuously filled curve)

Should this be a separate feature request? Maybe it would be too much to support both?

@jwilk
Copy link

jwilk commented Jan 2, 2024

Since Unicode 13.0, there are also Teletext blocks available (3 lines × 2 columns, easy to eyes):
https://en.wikipedia.org/wiki/Symbols_for_Legacy_Computing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants