Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ncurses/ncurses/tty/
Dlib_mvcur.c494 int n, vcost = 0, hcost = 0; in relative_move() local
499 vcost = INFINITY; in relative_move()
503 vcost = SP->_vpa_cost; in relative_move()
510 && SP->_cud_cost < vcost in relative_move()
513 vcost = SP->_cud_cost; in relative_move()
518 && (n * SP->_cud1_cost < vcost)) { in relative_move()
519 vcost = repeated_append(_nc_str_copy(target, &save), 0, in relative_move()
526 && SP->_cuu_cost < vcost in relative_move()
529 vcost = SP->_cuu_cost; in relative_move()
532 if (cursor_up && (n * SP->_cuu1_cost < vcost)) { in relative_move()
[all …]
/freebsd-10-stable/contrib/ncurses/
DNEWS7045 + correct initialization of vcost in relative_move(), for cursor-down