BELL
case BELL:
sendcom(pp, BELL);
#undef BELL
#define iswsafe(c) (c == L'\b' || c == BELL || c == L'\r')
(void)putc(BELL, ttyout);