changeset 19125:3ed674758e0d gui-release

Disable bell in Windows (Bug #42268) * scripts/startup/inputrc: if term=cygwin, set bell style to none
author John Donoghue <john.donoghue@ieee.org>
date Sun, 27 Jul 2014 08:53:51 -0400
parents 63c5f95afeb3
children 2036e1707987
files scripts/startup/inputrc
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/startup/inputrc	Fri Sep 12 19:51:33 2014 +0200
+++ b/scripts/startup/inputrc	Sun Jul 27 08:53:51 2014 -0400
@@ -24,3 +24,8 @@
 ## \C-q should still be available for quoted insert.
 
 "\C-v": ""
+
+## In windows, disable audiable bell which is enabled by default
+$if term=cygwin
+   set bell-style none
+$endif