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

Special characters muck up the results view #16

Closed
artfulrobot opened this issue May 20, 2023 · 2 comments
Closed

Special characters muck up the results view #16

artfulrobot opened this issue May 20, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@artfulrobot
Copy link

See screenshot as an example:

image

The more characters like this the more the table becomes unreadable.

I think a solution would be to calculate the width that vim will need to display the values and use that as column width; instead of what I presume is just a length-of-characters-in-string function?

@kndndrj kndndrj added the bug Something isn't working label May 20, 2023
@kndndrj
Copy link
Owner

kndndrj commented May 20, 2023

Hmm this is probably an issue with go-pretty. Still needs some investigation.

@kndndrj
Copy link
Owner

kndndrj commented Aug 4, 2023

Hey, @artfulrobot I looked into this and unfortunately, I think this is the issue with terminal emulator displaying some byte sequences as 2-character wide symbol.

You can try copying this sequence to command line and see if it persists. You can also try pressing ctrl-v and then ctrl-l to see if this is the case outside vim.

@kndndrj kndndrj closed this as completed Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants