-
-
Notifications
You must be signed in to change notification settings - Fork 651
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
Weechat rendering issues #761
Comments
Hey @auronandace - thanks for opening the issue. It might be fixed in the next version (we fixed some issues with re-rendering while scrolled) - but it would be very hard to know and reproduce without some logs. Do you think you can attach some logs of this happening as mentioned here: https://github.com/zellij-org/zellij/blob/main/.github/ISSUE_TEMPLATE/bug_report.md ? Thanks! |
The status bar issue is super easy to reproduce.
You'll see the bar decrease in size as the notifications are cleared from the status bar. The first issue I've been trying to reproduce for the last few hours but it takes some time. I'm not entirely sure what exactly causes the mis-alignment. Maybe different length nicks joining or speaking that alter the size of either the nicklist or the text window. |
The might be - but as a person who doesn't use weechat, I'd have to install it and probably go through some setup and figuring out eg. channels in order to reproduce this bug - not to mention that if it takes me time to get it, the version might be different and for whatever reason I won't be able to reproduce it. We ask you to add the logs (and provide the tput lines/cols of the pane from which the logs were taken) to facilitate the cognitive load of the person who wants to solve the bug. It's not a must, but it'll be much easier for us if you do. |
Like I said, it is taking time to reproduce. When it happens I'll gladly give you the logs. |
Finally happened. I quit as soon as the mis-alignment happened. There was only the one pane and just weechat running inside zellij. |
Awesome, thanks for making this effort! I'll try to take a look in the near future. Are the tput lines/cols you mentioned above correct to this one pane? I'll need them in order to reproduce it with the logs correctly. |
Should I have run that inside the zellij session or is it just to match the size of the entire terminal? I'm running i3 so those tput figures are for an empty terminal on a virtual desktop with nothing else. Which is the same as the setup for reproducing the issue (1 alacritty terminal, nothing else open, weechat in zellij). alacritty emtpy terminal: tput lines: 69; tput cols: 273 |
It's the second figure, yeah. We need the size of the pane. I reproduce these sorts of issues by |
I think the misalignment might be occuring due to the emoji font.
Whereas the font I have set up for normal text in alacritty is: FiraCode-Regular.ttf: "Fira Code" "Regular" |
zellij --version
: zellij 0.18.1tput lines
: 64tput cols
: 271uname -av
: Linux silentpc 5.13.19_1 #1 SMP Sat Sep 18 18:18:26 UTC 2021 x86_64 GNU/Linuxalacritty --version
: alacritty 0.9.0weechat --version
: 3.3When using weechat inside zellij there are some rendering issues that start to occur over time.
I suspect these may be redrawing issues. Sometimes if I toggle panes on or off it forces a redraw and everything looks the way it should.
The text was updated successfully, but these errors were encountered: