VWERASE
buf[2] = my_win.werase = tty.c_cc[VWERASE];
#define termWerasChar new_tc.c_cc[VWERASE]
td->tio_werase = td->tio_ptios.c_cc[VWERASE];
if (cb.c_cc[VWERASE] != CWERASE)
pit(cb.c_cc[VWERASE], "werase", "; ");
pit(cb.c_cc[VWERASE], "werase", "; ");
cb->c_cc[VWERASE] = gct(*++argv, term);
tty.c_cc[VWERASE] = _POSIX_VDISABLE;
if (cb.c_cc[VWERASE] != CWERASE)
pit(cb.c_cc[VWERASE], "werase", "; ");
pit(cb.c_cc[VWERASE], "werase", "; ");
pcol(cb.c_cc[VWERASE], 0);
cb->c_cc[VWERASE] = gct(*++argv, term);
if ((tp->t_modes.c_lflag & IEXTEN) && c == tp->t_modes.c_cc[VWERASE]) {
FROM_COMPAT_CHAR(termiosp->c_cc[VWERASE], csp->t_werasc);
TO_COMPAT_CHAR(csp->t_werasc, termiosp->c_cc[VWERASE]);