-
Notifications
You must be signed in to change notification settings - Fork 513
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
Screen scrolling on this on and duplicationg the status bar #351
Comments
Doing more tests here, I found out that is the weather segment that is causing this issue. Disabling this segment on the default theme resolve this issue! Thanks. |
The issue for me was the fact that some of the weather icons are 2 characters in width rather than 1. Main clue was that my status bar was fine in the morning, but the above issue appeared later in the night. |
Turning off the weather segment also worked for me. |
Trying to reproduce this. From the screenshots my assumption is, that this was weather |
I'm using WSL2 as well. These are the cases that give me an issue:
System info: # uname -a
Linux Main 5.15.133.1-microsoft-standard-WSL2 #1 SMP Thu Oct 5 21:02:42 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux Relevant screenshot: |
For me, I am not using WSL. This problem occurred while logging into an Ubuntu 20.04 running on a physical machine through Windows Terminal. So I guess it's not a WSL2 problem? The issue happened on my partner's Windows. I'm on macOS, can't provide more information on the specific weather causing this. 🙏 |
Thanks for the info, so i'll have a deeper look into Windows Terminal then, as this seems to be the common denominator. |
So far i was not able to reproduce this on Win11 with Windows Terminal. I'll try with Win10 when i have one at hand, as well as trying different settings in the Windows Terminal. |
Issue is stale; will soon close. |
As soon I start tmux, the screen start scrolling randomly (sometimes it takes several seconds to scroll 1 line, but other times it scroll several lines in 1 second), and the status bar end up duplicated! The prompt on the top also disappears (but the cursor remains and I was still able to type!)
I tested removing all plugins from my '.tmux.conf', leaving only 'tpm' and this!
Tried also deleting my '.bashrc' to avoid any configuration that cam interfere!
I also tested tmux without this plugin (only 'tmp'), and everything appears to be working fine!)
I installed this plugin some days ago and everything appears to be working fine. Maybe some recent update that caused this bug!
OS: Ubuntu 22.04 (WSL2 under Windows 10 x64)
SHELL: GNU bash 5.1.16
TMUX: 3.2a
Is there anything that I can provide to help in this bug?
Thanks.
The text was updated successfully, but these errors were encountered: