-
-
Notifications
You must be signed in to change notification settings - Fork 687
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
Zellij eats part of prompt when command ends with (white)space #1206
Comments
Thanks for the detailed report. Did a little digging and it looks like this was introduced in 0.25.0, bisected it down to 821e7cb. |
Yeah, we were doing some really wrong stuff with wide characters when rendering. I had to change lots of stuff there. All in all it fixed a lot of bugs, but makes sense that it also introduced others (likely by exposing them rather than creating them). This is probably one of those "counts the number of characters in the row" rather than "counts the width of the row" issues. I must have missed it. Will try to take a deeper look sometime next week (unless @tlinford is feeling adventurous :) ). |
Have fun 😊 |
Is there any progress here? Just curious. |
Honestly, I forgot about this. I do batches of bug fixes every week or two, will be sure to include this in the next one. |
Great, it's probably the most annoying issue I have (which says a lot about the great general quality of this tool!) |
It saddens me to see this has not made it in the 0.30.0 release 😢 |
Apologies! Thank you for bringing this it up though, I promise I have not forgotten. There's some pretty cool other stuff in the release though, so I hope it partially makes up for it. |
I will go through the release notes! However, since I use it for long running tasks, I can't just update it - I need to wait for a good moment. And for clarity: I appreciate all your (plural you) work! As I said, this issue is the most annoying issue I'm facing, so.... 😉 |
Hey @jovandeginste - thank you very much for your patience (and the excellent troubleshooting as always). I issued a fix for this in main and ti should be released in the next version. |
Basic information
zellij --version
: 0.25.0tput lines
: 57tput cols
: 237uname -av
orver
(Windows):Linux jo-desktop 5.13.0-30-generic #33-Ubuntu SMP Fri Feb 4 17:03:31 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
List of programs you interact with as,
PROGRAM --version
: output cropped meaningful, for example:nvim --version
: NVIM v0.6.1bash
:5.1
Further information
Reproduction steps, noticeable behavior, related issues, etc
/bin/bash --norc --noprofile
)echo 🕙 helloworld
(there is a space afterhelloworld
)if you
echo "🕙 helloworld "
, then that line itself will remain (final char is a"
), but the echo'ed line will miss thed
nload
)Before vim:
After vim:
Probably related to #943 (which seems to be solved for me)
zellij.log
zellij-9.log
The text was updated successfully, but these errors were encountered: