termStartChar
{ "start", "character to use for XON", 0, &termStartChar },
extern cc_t termStartChar;
termStartChar = CONTROL('Q');
case SLC_XON: return(&termStartChar);
termStartChar = CONTROL('Q');
cc_t termStartChar;