AharonSambol / PrettyPrintTree

Python library to print trees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use wcwidth to compute len of printable string

Eldalie opened this issue · comments

Hello,

When we combine PrettyPrintTree with other package like climage the len is miscalculate and the tree is Broken.
Do you thinks that it possible to use wcswidth ?

Thanks for this package ?

Yup, I just pushed a new version which should work now.
(Although the whole thing is a mess and I'd like to do a complete rewrite soon)

Thanks you very much !