Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Ddisplay.c3272 int full_lines, woff, botline_length; in _rl_update_final() local
3288 botline_length = VIS_LLEN(_rl_vis_botlin) - woff; in _rl_update_final()
3290 if (full_lines && _rl_term_autowrap && botline_length == _rl_screenwidth) in _rl_update_final()
3308 if (botline_length > 0 || _rl_last_c_pos > 0) in _rl_update_final()