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

Solid inner borders modifier #39

Closed
ModProg opened this issue Jul 24, 2021 · 1 comment · Fixed by #40
Closed

Solid inner borders modifier #39

ModProg opened this issue Jul 24, 2021 · 1 comment · Fixed by #40

Comments

@ModProg
Copy link
Contributor

ModProg commented Jul 24, 2021

I would propose the following modifier for the UTF-8 Table:

const UTF8_SOLID_INNER_BORDERS: &str = "        │─         ";

This results in the following table:

┌───────┬───────┐
│ Hello │ there │
╞═══════╪═══════╡
│ a     │ b     │
├───────┼───────┤
│ c     │ d     │
└───────┴───────┘

In Terminal with the lines actually connecting:
Screenshot from Terminal with solid lines

@Nukesor
Copy link
Owner

Nukesor commented Jul 24, 2021

Nice, looks like a reasonable proposal :)
Feel free to create a PR.

Don't forget to add the change to the CHANGELOG.md and to reference your profile + this issue

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

Successfully merging a pull request may close this issue.

2 participants