-
Notifications
You must be signed in to change notification settings - Fork 4
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
White bar under current prompt line #3
Comments
Unfortunately, I've just left for a trip leaving most of my devices behind and I cannot address the issues you've reported until the next week. I don't know what causes the appearance of the white bar, and it's definitely not the intended behavior, but the sluggishness is expected. The implementation relies on reevaluating all the prompts on each keypress, which is as horrible as it sounds, and gets even worse when VCS queries get involved. |
No worries, just thought I'd check. |
I can replicate this. For some reason, |
What I can't replicate this with:
|
After loading the xontrib from the master branch of this repo I see a white bar underneath my current prompt line. There is also about a one second delay after I press any key, before it is displayed in the terminal.
Otherwise, this xontrib seems to be working correctly. Setting
$RIGHT_PROMPT = '{vi_mode}'
shows the current input mode.Is this white bar the intended behavior? Why does it seem to slow down the shell so much.
The text was updated successfully, but these errors were encountered: