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

#13 Fix problem with weird character on multiline prompt #14

Merged
merged 2 commits into from
Dec 8, 2020

Conversation

spothound
Copy link

Closes #13

Hello there,

While using powerline2 I've experienced that the multiline used symbol looks pretty bad in some terminal emulators, for example in terminator.

@marcoesposito1988
Copy link

Hi @grg121,

I had the same problem, thanks for figuring out the solution!

However, why not leave it configurable by the user? I am just trying out xonsh, but I guess this should do the trick:

$MULTILINE_PROMPT = '»' if 'MULTILINE_PROMPT' not in ${...} else $MULTILINE_PROMPT

@spothound
Copy link
Author

Hello @marcoesposito1988

I agree with you, that would be a better approach, right!

Thanks.

@vaaaaanquish
Copy link
Owner

@grg121 @marcoesposito1988 Thanks for the contribution. LGTM

@vaaaaanquish vaaaaanquish merged commit d7ba2d5 into vaaaaanquish:master Dec 8, 2020
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

Successfully merging this pull request may close these issues.

MULTILINE_PROMPT is not supported in every system.
3 participants