Re: undocumented 'prefer-visible-bell' found in /bin/bash

2016-09-18 Thread Chet Ramey
On 9/18/16 12:07 AM, 積丹尼 Dan Jacobson wrote:
> $ strings /bin/bash | grep -c prefer-visible-bell
> 1

Yep, it's still there for backwards compatibility.  It was replaced by
`bell-style' a long time ago.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://cnswww.cns.cwru.edu/~chet/



undocumented 'prefer-visible-bell' found in /bin/bash

2016-09-17 Thread 積丹尼 Dan Jacobson
$ strings /bin/bash | grep -c prefer-visible-bell
1
$ man bash | grep -c prefer-visible-bell
0
$ find /usr/share/doc/bash* -type f | xargs zgrep prefer-visible-bell | wc -l
0