# HG changeset patch # User John Donoghue # Date 1410824536 14400 # Node ID 591f136e765b77df6ca3c7736fa408b5518de029 # Parent d0aee8d2e4f4d59cab6fc2260de791432bf58118 stable-octave: add winbelloff patch * src/stable-octave-2-winbelloff.patch: new patch. * dist-files.mk: add stable-octave-2-winbelloff.patch. diff -r d0aee8d2e4f4 -r 591f136e765b dist-files.mk --- a/dist-files.mk Thu Sep 11 11:18:34 2014 -0400 +++ b/dist-files.mk Mon Sep 15 19:42:16 2014 -0400 @@ -564,6 +564,7 @@ stable-octave-1-docinstall.patch \ stable-octave-1-fixes.patch \ stable-octave-1-gnulib-isatty.patch \ + stable-octave-2-winbelloff.patch \ stable-octave.mk \ suitesparse-1.patch \ suitesparse.mk \ diff -r d0aee8d2e4f4 -r 591f136e765b src/stable-octave-2-winbelloff.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/stable-octave-2-winbelloff.patch Mon Sep 15 19:42:16 2014 -0400 @@ -0,0 +1,23 @@ +# HG changeset patch +# User John Donoghue +# Date 1406465631 14400 +# Sun Jul 27 08:53:51 2014 -0400 +# Branch gui-release +# Node ID b2c1093f8e4a7c5865155430184fa90bed5f0b4b +# Parent c6b89c4a9e63d8c65e1a6a1703138b2a6bc9c5a9 +Disable bell in Windows (Bug #42268) + +* scripts/startup/inputrc: if term=cygwin, set bell style to none + +diff -r c6b89c4a9e63 -r b2c1093f8e4a scripts/startup/inputrc +--- a/scripts/startup/inputrc Wed Jul 23 08:52:42 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