-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Closed
Labels
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 meetingResolution-By-DesignIt's supposed to be this way. Sometimes for compatibility reasons.It's supposed to be this way. Sometimes for compatibility reasons.
Description
Windows Terminal version
1.22.11141.0
Windows build number
10.0.26100.4351
Other Software
No response
Steps to reproduce
in cmd.exe: @for /l %i in (1,1,20) do @( echo %i^^G & timeout /t 1 /nobreak >nul )
or in Debian WSL: for i in $(seq 1 20); do echo "$i\x07"; sleep 1; done
Expected Behavior
bell sounds 20 times
Actual Behavior
bell only sounds 1-3 times
Metadata
Metadata
Assignees
Labels
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 meetingResolution-By-DesignIt's supposed to be this way. Sometimes for compatibility reasons.It's supposed to be this way. Sometimes for compatibility reasons.