Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Deditbox.c209 scroll_to(int pagesize, int rows, int *base_row, int *this_row, int target) in scroll_to() argument
215 if (*base_row == 0 && *this_row == 0) { in scroll_to()
218 *this_row = 0; in scroll_to()
223 *this_row = target; in scroll_to()
228 if (*this_row < rows - 1) { in scroll_to()
229 *this_row = rows - 1; in scroll_to()
236 *this_row = target; in scroll_to()
240 *this_row = target; in scroll_to()