-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Labels
Area-VTVirtual Terminal sequence supportVirtual Terminal sequence supportHelp WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Needs-TriageIt's a new issue that the core contributor team needs to triage at the next triage meetingIt's a new issue that the core contributor team needs to triage at the next triage meetingPriority-2A description (P2)A description (P2)Resolution-ExternalFor issues that are outside this codebaseFor issues that are outside this codebase
Description
Windows Terminal version (or Windows build number)
1.10.2383.0
Other Software
git 2.31.1.windows.1
Steps to reproduce
- Enable Audible bell notification style for the powershell or cmd profile in the windows terminal.
- Create an empty repo.
- In .git/hooks folder add
post-checkoutfile with following content:
#!/bin/bash
tput setaf 1 # set red foreground
echo 'Here the bell sound should appear'
tput bel # make a sound
tput sgr0 # reset
- Add a dummy file and commit it to initialize the branch.
- Open repo folder in powershell or cmd profile in windows terminal.
- Execute
git checkoutcommand
Expected 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.

Metadata
Metadata
Assignees
Labels
Area-VTVirtual Terminal sequence supportVirtual Terminal sequence supportHelp WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Needs-TriageIt's a new issue that the core contributor team needs to triage at the next triage meetingIt's a new issue that the core contributor team needs to triage at the next triage meetingPriority-2A description (P2)A description (P2)Resolution-ExternalFor issues that are outside this codebaseFor issues that are outside this codebase