Nick Moffitt wrote:
The problem is that it uses the ASCII bell character as part of the string, so if you don't support it you get all sorts of annoying beeps. Is there a portable way to do that without causing hell for non-xterm users?
How about "if TERM==xterm"? --Pat