ards <[EMAIL PROTECTED]>
* console.c (audible_bell): New variable.
(visual_bell): Likewise.
(console_exit): Add visual bell support and make the audible bell
and visual bell optional.
(cons_vcons_beep): Likewise.
(options): Add options to enable/d
On Thu, Nov 21, 2002 at 10:38:04AM +0100, M. Gerards wrote:
> > Well, this is usually configured in the application (we define the bel and
> > flash terminal capabilities for that). If you want to make it a feature
> > that a visible bell is used instead of an audible bell all the time
> > (regard
> Well, this is usually configured in the application (we define the bel and
> flash terminal capabilities for that). If you want to make it a feature
> that a visible bell is used instead of an audible bell all the time
> (regardless of what the application requests) then this should be an option
On Wed, Nov 20, 2002 at 11:22:57PM +0100, M. Gerards wrote:
> Hi,
>
> Here is a small plugin I wrote for the console client using the generic-speaker
> sourcecode and some hints I found in driver.h. It is a quick hack, but it works :).
>
> To use it just supply the parameter "-d visual_bell" to t
Hi,
Here is a small plugin I wrote for the console client using the generic-speaker
sourcecode and some hints I found in driver.h. It is a quick hack, but it works :).
To use it just supply the parameter "-d visual_bell" to the console client. It
should work with all output drivers.