potential conflict with variable of the same name. Caller changed.
(internal_flush): Code for audio bell inserted.
static unsigned char _xorattr;
static void
-visible_bell (xorattr)
+do_visible_bell (xorattr)
unsigned char xorattr;
{
_xorattr = xorattr;
count -= 3;
break;
case 'B':
- visible_bell (*cp++);
+ do_visible_bell (*cp++);
count -= 3;
break;
case 'C':
count -= 2;
}
break;
+ case 7:
+ write (1, "\007", 1);
+ count--;
+ break;
case 8:
x--;
count--;