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

/freebsd-13-stable/contrib/ncurses/form/
H A Dfrm_driver.c2507 int chars_to_remain_on_line; local
2521 chars_to_remain_on_line = (int)(split - bp);
2522 chars_to_be_wrapped = field->dcols - chars_to_remain_on_line;
2523 if (chars_to_remain_on_line > 0)
2528 wmove(form->w, form->currow, chars_to_remain_on_line);
2530 if (form->curcol >= chars_to_remain_on_line)
2533 form->curcol -= chars_to_remain_on_line;

Completed in 65 milliseconds