-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Labels
Area-InteractionInteracting with the vintage console window (as opposed to driving via API or hooks)Interacting with the vintage console window (as opposed to driving via API or hooks)Issue-FeatureComplex enough to require an in depth planning process and actual budgeted, scheduled work.Complex enough to require an in depth planning process and actual budgeted, scheduled work.Product-ConhostFor issues in the Console codebaseFor issues in the Console codebaseResolution-Fix-AvailableIt's available in an Insiders build or a releaseIt's available in an Insiders build or a release
Description
From @yoctozepto on November 16, 2017 11:6
As mentioned in #715 - visual bells do not work - the terminal does not blink.
How to reproduce?
Enable visual bells either in bash:
set bell-style visible
in
~/.inputrc
or vim:
set visualbell
in
~/.vimrc
and execute any action triggering a bell (e.g. walking past the buffer).
The terminal should blink but it does not.
Extra info
Sound bells do work (the beeping) when enabled (by default).
This functionality is useful for people disabling sounds and still hoping to get some feedback that they are doing something wrong. :-)
Copied from original issue: microsoft/WSL#2678
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-InteractionInteracting with the vintage console window (as opposed to driving via API or hooks)Interacting with the vintage console window (as opposed to driving via API or hooks)Issue-FeatureComplex enough to require an in depth planning process and actual budgeted, scheduled work.Complex enough to require an in depth planning process and actual budgeted, scheduled work.Product-ConhostFor issues in the Console codebaseFor issues in the Console codebaseResolution-Fix-AvailableIt's available in an Insiders build or a releaseIt's available in an Insiders build or a release