Bruce Bauman wrote: > I'm porting some code which "beeps" the console. When I use > sysutils.beep() it doesn't work under Linux.
Looking at it's implementation in FPC 2.4.0-rc1 (Linux) I can indeed see why it doesn't beep. :-) -------------------------- procedure Beep; begin end; -------------------------- As David suggested, simply write #7 character to the console and it will beep. I wonder if we can't use that for the Linux sysutils.beep implementation. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.net/fpgui/ _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal