-
-
Notifications
You must be signed in to change notification settings - Fork 58
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 border wrongly formatted #90
Comments
Hi, thanks for sharing this issue. I couldn't reproduce this issue on my side. My guess is that you used tabs in your text string, most probable if you used string literals. If that's the case then I recommend using spaces instead because space has a defined width. If that doesn't fix the issue, could you please provide the code that you used ? Thanks |
@marcospassos Hi, it looks like you did not respond to the issue. I will soon close this issue for inactivity. |
@Caesarovich, I'm not using tabs, just space. I'm checking if it is not a version conflict that is making the project use an older version. |
Hi @marcospassos , I'm coming back on this issue. I still can't reproduce on my side. |
@magicdawn To be fair emojis are not aligned by your terminal at all, so this is not an issue with this library. For this issue to be open it needs a repro and details about your terminal. |
When printing items with colors, the border gets wrongly rendered:
Is there any workaround for this?
PS: I'm using Chalk for the text coloring.
The text was updated successfully, but these errors were encountered: