Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/form/
H A Dfrm_driver.c2389 int last_char_in_line; in Is_There_Room_For_A_Char_In_Line() local
2392 last_char_in_line = (int)(winch(form->w) & A_CHARTEXT); in Is_There_Room_For_A_Char_In_Line()
2394 return (((last_char_in_line == form->current->pad) || in Is_There_Room_For_A_Char_In_Line()
2395 is_blank(last_char_in_line)) ? TRUE : FALSE); in Is_There_Room_For_A_Char_In_Line()