Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

When i resize my gnome-terminal with installed oh-my-zsh and powerlevel9k theme i can see problem with redrawing

I got problem with gnome-terminal with oh-my-zsh and powerlevel9k theme. When i resize terminal during redrawing my line really messing up. I will show you screen from my desktop to check problem. I've searched how resolve this problem but i didn't find how fix this issue. Anybody can help me? screen with issue

I use pop-os 19.04 with gnome-terminal version 3.32.1. If anybody can help i will be really grateful!

like image 237
pepe44 Avatar asked Sep 16 '25 09:09

pepe44


1 Answers

That's how zsh does it. You could call it a bug. I have a fix in https://github.com/romkatv/zsh/tree/fix-winchanged if this bothers you. My attempt to upstream this patch was met with negative feedback and no enthusiasm. Unfortunately, the criticism was too vague to allow me to respond to it and I wasn't able to get any additional details after asking for clarification. I decided to abandon this patch even though it works.

See this powerlevel10k issue for details.

like image 99
Roman Perepelitsa Avatar answered Sep 18 '25 09:09

Roman Perepelitsa