Those only work *on the console*, which may not be on the actual
OpenBSD box (because the user may be using serial console
redirection/ssh/whatever. There may still be uses for a program that
produces a PC speaker beep on the machine it runs on.


regards,
--ropers

2010/1/24 Constantine A. Murenin <muren...@gmail.com>:
> On 23/01/2010, joshua stein <j...@openbsd.org> wrote:
>> > Can someone give a hin on how to make the speaker to beep for example
with
>>  > a command or a C program ?
>>
>>
>> echo
>>
>>  (that's control+v, then control+g)
>
> or
>
>  /usr/bin/printf "\a"
>
> or
>
>  putchar('\a');
>
> C.

Reply via email to