powerline / fonts

Patched fonts for Powerline users.
25.55k stars 3.19k forks source link

Splitting Terminal In Ubuntu 19.04 #315

Closed joshuadabejero closed 5 years ago

joshuadabejero commented 5 years ago

Hello,

Found some bugs on Powerline, if the terminal is small or not maximized, the git status (branch) does not show on particular development directory.

For example: Projected Outcome: user@host > ^ feature/home ~ > Developments > sources > joshuadabejero.github.io Actual Outcome: user@host > ~ > Developments > sources > joshuadabejero.github.io

I'm not sure if because the terminal is just small. I split the terminal in 2 horizontally. Also even in Visual Studio Code.

https://github.com/microsoft/vscode/issues/76755

joshuadabejero commented 5 years ago

Got the answer it's not a bug, if the CWD / PWD is longer enough not to fit in the screen the PS1 (Prompt String) is broken.