pecigonzalo / Oh-My-Posh

Powershell amazingness inspired on Oh-My-Zsh, pshazz, fish. This provides a repository for PowerShell Customizations
http://pecigonzalo.github.io/Oh-My-Posh
GNU Affero General Public License v3.0
343 stars 34 forks source link

Prompt don't break line after a command #21

Closed leandrocrs closed 8 years ago

leandrocrs commented 8 years ago

Sometime the prompt line doesn't break the line, making the last command line fuzzy. capture

This happens with every theme.

pecigonzalo commented 8 years ago

@leandrw thanks for the report and the PR. Can you past a screen on whats the output like after the change?

Also, what version of Powershell are you running? i dont get that with ls i think you are hitting something else. Is that PS ls or msys2/mingw/cygwin?

leandrocrs commented 8 years ago

Prints before and after line breaking. I forgot an detail: You need resize the window to "broke the line break". After my commit, you can resize window and line break will look normal.

before after

pecigonzalo commented 8 years ago

This should be able to be closed after the merge