diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:44:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:44:20 +0000 |
commit | 8e7349f668c25b1ca05627b183f1597f3be172ea (patch) | |
tree | bb71e8472fb4be6652c0e892edc4b23394919259 /debian/inputrc | |
parent | Updating vcs fields. (diff) | |
download | readline-8e7349f668c25b1ca05627b183f1597f3be172ea.tar.xz readline-8e7349f668c25b1ca05627b183f1597f3be172ea.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 |