Re: [lily-dev] Client protocol

Damien Neil (neild@rpi.edu)
Mon, 2 Dec 1996 00:24:36 -0500

Deven T. Corzine writes:
> If you're going to do this, could you change the semantics of %g so that it
> is sent as a normal command (i.e. "%g\n") instead of as a prefix to a line
> which will ring a bell? This would make it possible to have the bell rung
> without having to send a line of text with it. (For example, a game reminder
> beep could make use of such functionality.)

Oh, yes, please! This would simplify processing, as well; my current
bell-handling code is somewhat grotty -- making %g look like any other
% message would be nice.

It would be nice to have different bells for different events, as well.
Perhaps have bells come in the form "%bell [reason]"? Would this be
difficult to add?

- Damien