Jaykul / PowerLine

A more PowerShell prompt
MIT License
567 stars 31 forks source link

Spacing issues after input #13

Closed madcampos closed 6 years ago

madcampos commented 7 years ago

On Windows 10 (Build 15063, PS version 5.1.15063.0) there is some spacing issues, when the line is created there is a space before each part, and after typing anything the spaces go to the front of the line. Here are some screenshots.

Spaces before sections: 2017-04-10 4

Spaces after input: 2017-04-10 3

The number of spaces seems to be mantained. 2017-04-10 5

Jaykul commented 7 years ago

Yep. I have noticed this as well. I'm not sure what is causing it, but will look into it after I finish merging Pansies

powercode commented 7 years ago

I don't think it is you @Jaykul, I think it is a bug in the Console. Seems to render a space after multibyte chars.

An interesting test is to do the following:

# change font to Consolas
cls
# watch the prompt render with missing glyphs
# change font to a Powerline font
# watch the prompt render correctly
<enter>
# watch prompt render messed up again
Jaykul commented 7 years ago

So I guess I can close this now?