if (rc != 0 || errret != 1) {
termstatus = -1;
return;
- } else {
- termstatus = 1;
}
+ termstatus = 1;
if (!initCO && (CO = tigetnum ("cols")) <= 0)
CO = 80;
if (ti_clear)
tputs (ti_clear, LI, outc);
else {
- printf ("\f");
+ putchar('\f');
}
fflush (stdout);