# HG changeset patch # User John Donoghue # Date 1406465631 14400 # Node ID 3ed674758e0d6321de82e46402e104771345c05e # Parent 63c5f95afeb3a9e83e53d37c001be82d5b0dc13a Disable bell in Windows (Bug #42268) * scripts/startup/inputrc: if term=cygwin, set bell style to none diff -r 63c5f95afeb3 -r 3ed674758e0d scripts/startup/inputrc --- 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