-
Notifications
You must be signed in to change notification settings - Fork 337
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
Height of terminal changes with split tmux panes #11
Comments
Ah, apparently those two characters are slightly different:
Still not sure how to resolve it. |
This is the offending character: http://www.fileformat.info/info/unicode/char/2502/index.htm |
Looks like it depends on the font. Andale Mono does a decent job with it, but has other spacing issues. Any recommended font? |
I hit this issue as well in a different context. Any good recommended font? |
I made a Pull Request that handles non-English characters. |
I've noticed similar behavior in tty.js
Switching between two tmux windows is fine, and the size of the terminal remains consistent:
However, when I split tmux vertically, the terminal height increases:
It looks like it's one pixel per row. In this instance of 40 rows, it jumped from 600px to 639px in height. It's more pronounced with more rows.
My only guess is that it has something to do with the height of the pipe character – | – being used to split the panes, but I don't know why this doesn't cause issues in split Vim as well.
Any ideas?
The text was updated successfully, but these errors were encountered: