clr_eol
clr_eol = ABSENT_STRING;
clr_eol = ABSENT_STRING;
SP_PARM->_el_cost = NormalizedCost(clr_eol, 1);
if (clr_eol && SP_PARM->_el_cost <= (screen_columns(SP_PARM) - SP_PARM->_curscol)) {
NCURSES_PUTP2("clr_eol", clr_eol);
if (ceol_standout_glitch && clr_eol) {
NCURSES_PUTP2("clr_eol", clr_eol);
bool fast_clear = (clear_screen || clr_eos || clr_eol);
} else if (clr_eol) {
NCURSES_PUTP2("clr_eol", clr_eol);
sc_eol_clear = clr_eol;
if (clr_eol)
putpad(clr_eol, 1);
putpad(clr_eol, 1);
if (!clr_eol)
tceeol = charcost(clr_eol);
check_ANSI_cap(clr_eol, 0, 'K')) {