Skip to content

bell is unreliable, only works occasionally #19065

Closed
@lilyanatia

Description

@lilyanatia

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

No one assigned

    Labels

    Issue-BugIt 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 meetingResolution-By-DesignIt's supposed to be this way. Sometimes for compatibility reasons.

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions