Neither TinyTERM nor TERM includes a switch for silencing beeps sent by the host. However, you can do this through the included script languages. In TERM Script Language, the command is:
TRANS INPUT “\007” “”
As you can see, this takes the ASCII 7 character — ^G or the bell sound — and turns it into nothing. Unfortunately, there is no equivalent CScript command.
This entry was posted
on Thursday, March 29th, 2007 at 9:20 am and is filed under Terminal Emulation, TSL.
You can follow any responses to this entry through the RSS 2.0 feed.
Both comments and pings are currently closed.