-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Bell sound on git hooks scripts not working #11202
Comments
weird. What Windows version are you on? |
Woah okay this is something else. In this scenario, the Terminal doesn't even get a BEL. Like, one never gets written to the conpty connection. I worry that the |
FYI: Git for Windows has the bell style set to visible, by default. See /etc/inputrc for details. Sample reading on git version 2.30.1.windows.1:
|
I'm not sure that's relevant in this case - I believe that only applies to the bell emitted on input. For example, typing Changing that does emit a bell sound correctly in the Terminal, but not in this weird Clearly something is special about this case, because slapping a |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This is absolutely the issue. When It also handles bell on its own. It manually writes This is 100% on the Cygwin/MSYS2 runtime. It is equal parts (also 100%!) on Git-for-windows for choosing |
Windows Terminal version (or Windows build number)
1.10.2383.0
Other Software
git 2.31.1.windows.1
Steps to reproduce
post-checkout
file with following content:git checkout
commandExpected Behavior
The bell should be triggered
Actual Behavior
Bell is not triggered.
When repeating mentioned steps from windows powershell or cmd (not from the windows terminal), the bell is being triggered.
The text was updated successfully, but these errors were encountered: