Searched refs:arg_rows (Results 1 – 1 of 1) sorted by relevance
/openbsd/lib/libedit/ |
H A D | terminal.c | 1448 int arg_need, arg_cols, arg_rows; in terminal_echotc() local 1586 arg_rows = (int) i; in terminal_echotc() 1595 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), 1); in terminal_echotc() 1636 arg_rows = (int) i; in terminal_echotc() 1651 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), arg_rows); in terminal_echotc()
|