jaspernbrouwer / powerline-gitstatus

A Powerline segment for showing the status of a Git working copy
MIT License
384 stars 53 forks source link

Modified File Count is Cut Off #41

Open Xliff opened 3 years ago

Xliff commented 3 years ago

I have a prompt that has the modified count cut off (section is indicated in image). I have tried adjusting the theme, but nothing seems to work. Is this a bug, or is there a fix?

Thank you.

UPDATE: Submitted a PR that addresses this issue.

usrme commented 2 years ago

Weirdly I just got this issue as well after everything being seemingly fine yesterday. Your fix, @Xliff, did the trick though! Hopefully the author can shed some light on this.

kAlvaro commented 2 years ago

I was able to reproduce it in Ubuntu 22.04 LTS using Konsole. I installed Plasma on it (kubuntu-desktop package) and I'm running Konsole with the default fonts.

sudo apt update
sudo apt install powerline fonts-powerline powerline-gitstatus
sudo apt install powerline-gitstatus

It must be something regarding powerline fonts and Konsole because it doesn't happen in xterm, Gnome Terminal or Visual Studio Code:

image