[ACCEPTED]-How do I completely disable bell in screen (both visual and audio)-tty
Accepted answer
To permanently disable the visual bell, you 8 need to add the following command to your 7 .screenrc file:
vbell off
I haven't tested it, but adding the 6 additional line to your .screenrc file should disable 5 the message bell:
bell_msg ""
To disable it in a session 4 (temporarily, not permanently), issue the 3 following command from the session:
CTRL+A, CTRL+G
See the 2 man page for screen (section 'CUSTOMIZATION') for 1 more information.
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.