-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Autocompletion in git bash for windows flashes/blinks #7688
Comments
It may sounds crazy but I think this is actual expected. It's a so-called "Visual Bell". Think of it as a replacement for audible bell. |
Yes, this is a "visual bell". Here is a comprehensive list of ways to turn of visual bells. |
Oh, thanks! Didn't know about that 👍 |
Considering the fact, that this effect does not appear in git bash for Windows itself, |
It will on a version of Windows where the console host has the aforementioned change. Promise. |
Environment
Steps to reproduce
Expected behavior
Screen doesn't flash, your command is unfolded to "cd system".
Actual behavior
Screen flashes gray for a moment.
If you inspect the gif frame-by-frame it actually inverts colors, rather than make it all single color:
Interestingly it doesn't happen consistently. If I backspace it twice (so that it is "cd syst" again) and press tab, there might be no flash this time.
It's not reproducible in git bash console app itself.
It's a regression that happened over last quarter or so, but I'm surprised I didn't find any existing issue on that.
Here's how the prfilefor bash is defined:
The text was updated successfully, but these errors were encountered: