Apparently I've configured some kind of utility that makes my whole screen flash white whenever my Terminal.app gives a 'bell'. This is not the same as the option "visual bell" on the preference pane of Terminal. Does anyone know how I can deactivate this behavior? It's pretty annoying.

link|improve this question

50% accept rate
feedback

2 Answers

up vote 3 down vote accepted

You probably have the “flash the screen on alerts” hearing assistance feature turned on.

Try searching for “flash screen” in System Preferences (it should be in the Universal Access preference pane, probably under Hearing).

link|improve this answer
Not a clue how i turned that on, but that did the trick. Thanks! – Hay Oct 5 '10 at 9:44
feedback

Edit your ~/.inputrc and set readline variable bell-style to none:

set bell-style none
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.