Date: Wed, 8 Apr 1998 10:06:12 +0300 (IDT) From: Eli Zaretskii To: Ingo Ruhnke cc: djgpp AT delorie DOT com Subject: Re: how to get a visual bell for bash and man ? In-Reply-To: <352a5109.0@news2.cityweb.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 6 Apr 1998, Ingo Ruhnke wrote: > It looks like, that there is no visible-bell available, because it > works with "set bell-style none". It depends on how the port of the readline library was done. DJGPP *does* support the visible bell, but I don't know whether the ported readline uses this DJGPP feature. You will have to look into the Bash sources to find out. > Why is bell-style set to "on" and not to "visible", "audible" or "none"? > And what is this visible-stats? I couldn't find any documentation on that? It should be described in the documentation of readline library, not in Bash docs. It's a feature of the readline library.