-
Notifications
You must be signed in to change notification settings - Fork 28
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
Table output EXPLAIN seems broken border because ambiguous width #61
Comments
Currently, |
This can't be reproduced in my terminal. What locale do you use? This is my setting.
|
It would be reproduced when |
May be related Added: seems to use this logic https://github.com/mattn/go-runewidth/blob/master/runewidth_posix.go#L63 |
hmm... so there is no workaround other than replacing the character for the tree? By the way, treepoint exposes EdgeType, so we can replace it with another character. |
I see, it seems changed in order to be customizable. It is possible to implement switching |
+1 for using ASCII characters for tree. |
The output of
EXPLAIN
with-t
(--table
) seems broken border in some environment.It can be fixed by replacing to unambiguous width characters.
xlab/treeprint#2 (comment)
For example
The text was updated successfully, but these errors were encountered: