Home
last modified time | relevance | path

Searched refs:from_y (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c568 int from_y, in relative_move() argument
580 if (to_y != from_y) { in relative_move()
588 if (to_y > from_y) { in relative_move()
589 n = (to_y - from_y); in relative_move()
605 n = (from_y - to_y); in relative_move()
1357 int from_y = roll(lines); in main() local
1362 printf("(%d,%d) -> (%d,%d)\n", from_y, from_x, to_y, to_x); in main()
1363 mvcur(from_y, from_x, to_y, to_x); in main()