termRprntChar
{ "reprint", "character to use for line reprint", 0, &termRprntChar },
extern cc_t termRprntChar;
termRprntChar = CONTROL('R');
case SLC_RP: return(&termRprntChar);
termRprntChar = CONTROL('R');
cc_t termRprntChar;