terminal.c | 1457 int arg_need, arg_cols, arg_rows; local in function:terminal_echotc 1586 arg_cols = 0; 1604 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), 1); 1629 arg_cols = (int) i; 1660 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), arg_rows);
|