Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ncurses/form/
H A Dfrm_driver.c920 int row_after_bottom, first_modified_row, first_unmodified_row; in _nc_Refresh_Current_Field() local
939 first_unmodified_row = first_modified_row + field->rows; in _nc_Refresh_Current_Field()
953 first_unmodified_row = first_modified_row; in _nc_Refresh_Current_Field()
954 while (first_unmodified_row < row_after_bottom) in _nc_Refresh_Current_Field()
956 if (!is_linetouched(form->w, first_unmodified_row)) in _nc_Refresh_Current_Field()
958 first_unmodified_row++; in _nc_Refresh_Current_Field()
965 first_unmodified_row = first_modified_row + field->rows; in _nc_Refresh_Current_Field()
967 if (first_unmodified_row != first_modified_row && is_public) in _nc_Refresh_Current_Field()
974 field->frow + first_unmodified_row - form->toprow - 1, in _nc_Refresh_Current_Field()