diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:19:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:19:03 +0000 |
commit | 1a87c3ec4b9500f81f67e253f2a340304b623fa7 (patch) | |
tree | 746d20df5c150cbf427918521cf297d30e2122f9 /debian/inputrc | |
parent | Updating bugs field. (diff) | |
download | readline-1a87c3ec4b9500f81f67e253f2a340304b623fa7.tar.xz readline-1a87c3ec4b9500f81f67e253f2a340304b623fa7.zip |
Setting bell-style to none.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/inputrc')
-rw-r--r-- | debian/inputrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/inputrc b/debian/inputrc index d3da985..1287d70 100644 --- a/debian/inputrc +++ b/debian/inputrc @@ -18,7 +18,7 @@ set output-meta on # see /usr/share/doc/bash/inputrc.arrows for other codes of arrow keys # do not bell on tab-completion -# set bell-style none +set bell-style none # set bell-style visible # some defaults / modifications for the emacs mode |