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