You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. :-)
The text was updated successfully, but these errors were encountered:
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. :-)
The text was updated successfully, but these errors were encountered: