plodput
tputs(cursor_home, 0, plodput);
tputs(cursor_to_ll, 0, plodput);
tputs(carriage_return, 0, plodput);
plodput('\r');
tputs(cursor_down, 0, plodput);
plodput('\n');
tputs(cursor_down, 0, plodput);
plodput('\n');
tputs(back_tab, 0, plodput);
tputs(cursor_left, 0, plodput);
plodput('\b');
tputs(cursor_up, 0, plodput);
tputs(tab, 0, plodput);
plodput('\t');
tputs(tab, 0, plodput);
plodput('\t');
tputs(cursor_left, 0, plodput);
plodput('\b');
tputs(cursor_right, 0, plodput);
plodput(' ');
static int plodput(int);