KC8_TRANS
#define CMDBYTE (KC8_TRANS|KC8_CPU|KC8_MENABLE|KC8_KENABLE)
if (t->t_cmdbyte & KC8_TRANS)
t->t_cmdbyte |= KC8_TRANS;
return (t->t_cmdbyte & KC8_TRANS) ? (0) : (-1);