-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Right status separator overlapping #245
Comments
Hello @haggen 👋 Can you please confirm which OS you're using, which terminal emulator and which tmux version?
Can you also please paste the value you're using for Finally can you please paste the output of About substitutions, I'm using
or
|
Nevermind, You want
The triangle symbol you're using needs to be reversed when displayed on the right side: this is what Tell me if it's working for you |
Hi @gpakosz 🖖 I'm using:
Here's the relevant parts from my
You'll notice it seem to differ from what configuration I used when took the first screenshot. It is. That was just me trying to debug the issue. Here's a new screenshot displaying the same issue with my actual configuration: This time I used the actual character I'd like to use. It's a reversed version of the triangle I used on the left. They are discrete characters. Both come from Powerline Extra Symbols. See how the right bar separators are being cut in half? You may think something's up with that character in particular, but if I use on the right the same character I used on the left--which displays fine--you can see it's being cut in half too, illustrating my point that the issue is probably not with the character itself. Finally I'll try reversing the character on the left and seeing what comes of it. Oh silly me, forgot about that substitution, thank you for pointing it out. |
Well it seems Here
While
It seems it has to do with Unicode character characters width, which is often a pain between tmux and the terminal emulator. I'm afraid there's pretty much nothing I can do from my configuration. |
Well using reverse worked on my end (refer to my last screenshot) so for now it's just a quirk and not a prohibitive issue as far as I know. I guess it's cool for now. |
First of all I love this project! It got me going with tmux and I'm enjoying every minute of it.
Now, I noticed a strange issue when customizing the separators; separators in the right status bar get cut roughly in half.
I'm using the same character on both sides here to make it more obvious. See how on the left you can see the right point of the triangle, but on the right side it's like half-width?
I was skimming through the code but I'm new to tmux and terminal ricing in general so I did't have much luck, but I noticed what I believe is a typo:
.tmux/.tmux.conf
Line 985 in 8809af7
The substitution
${...:-...}
is missing a colon isn't it?The text was updated successfully, but these errors were encountered: