Searched refs:expected_x (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/libs/ncurses/ncurses/tty/
H A Dtty_update.c117 position_check(int expected_y, int expected_x, char *legend) argument
124 if (!_nc_tracing || (expected_y < 0 && expected_x < 0))
145 if (expected_x < 0)
146 expected_x = x - 1;
149 if (y - 1 != expected_y || x - 1 != expected_x) {
151 tputs(tparm("\033[%d;%dH", expected_y + 1, expected_x + 1), 1, _nc_outch);
153 y - 1, x - 1, expected_y, expected_x, legend);
160 #define position_check(expected_y, expected_x, legend) /* nothing */

Completed in 33 milliseconds