Home
last modified time | relevance | path

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

/openbsd/gnu/lib/libreadline/
H A Ddisplay.c1433 int prompt_size, i, l, real_screenwidth, newlines; in rl_on_new_line_with_prompt() local
1460 real_screenwidth = _rl_screenwidth + (_rl_term_autowrap ? 0 : 1); in rl_on_new_line_with_prompt()
1461 _rl_last_v_pos = l / real_screenwidth; in rl_on_new_line_with_prompt()
1465 if (l > 0 && (l % real_screenwidth) == 0) in rl_on_new_line_with_prompt()
1474 i += real_screenwidth; in rl_on_new_line_with_prompt()