Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modules disappeared after upgrading to version >1.7.0 on zsh with wsltty (1.8.0) #47

Closed
dannyk81 opened this issue Oct 30, 2017 · 2 comments

Comments

@dannyk81
Copy link

dannyk81 commented Oct 30, 2017

I'm running powerline-go in zsh, using wsltty 1.8.0 (mintty 2.8.0) on a Windows 10 WSL (Windows Subsystem for Linux)

When upgrading to any version >1.7.0, most modules disappear from the prompt line (git, venv, etc..)

My terminal width has not changed, but it seems like powerline-go doesn't consider it has enough space to draw all the modules.

With v1.7.0 everything seems to work just fine.

@justjanne
Copy link
Owner

You can use -max-width 0 to disable the scaling system. Otherwise you’ll have to re-export the $COLUMNS variable.

In the next version, the scaling system will be disabled by default, as apparently configuring it is complicated.

@dannyk81
Copy link
Author

dannyk81 commented Nov 2, 2017

Thank you! that fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants