Skip to content
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

runtime: windows foreground sound after writing to stdout/err pipe #53121

Closed
dImrich opened this issue May 27, 2022 · 1 comment
Closed

runtime: windows foreground sound after writing to stdout/err pipe #53121

dImrich opened this issue May 27, 2022 · 1 comment

Comments

@dImrich
Copy link

dImrich commented May 27, 2022

What version of Go are you using (go version)?

$ go version

Does this issue reproduce with the latest release?

What operating system and processor architecture are you using (go env)?

go env Output

What did you do?

What did you expect to see?

What did you see instead?

@dImrich dImrich changed the title runtime: weird windows foreground sound after writing to stdout/err pipe runtime: windows foreground sound after writing to stdout/err pipe May 27, 2022
@ZekeLu
Copy link
Contributor

ZekeLu commented May 28, 2022

ASCII CHARACTER #7. CHAR BEL - BELL, ALERT

Initially was used to make a sound of bell on the terminal. Time passed and later it was used in the role of a beep on systems that didn't actually possess a physical bell.

See https://www.asciihex.com/character/control/7/0x07/bel-bell-alert

It works as expected.

See also https://pkg.go.dev/fmt for more format "verbs".

@dImrich dImrich closed this as completed May 28, 2022
@dImrich dImrich closed this as not planned Won't fix, can't repro, duplicate, stale May 28, 2022
@golang golang locked and limited conversation to collaborators May 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants