Home
last modified time | relevance | path

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

/trueos/contrib/libreadline/
HDdisplay.c181 static int wrap_offset; variable
529 wrap_offset = local_prompt_len - prompt_visible_length; in rl_redisplay()
562 wrap_offset = prompt_invis_chars_first_line = 0; in rl_redisplay()
623 lpos = out - wrap_offset; in rl_redisplay()
675 : ((newlines == 1) ? wrap_offset : 0)) in rl_redisplay()
676 : ((newlines == 0) ? wrap_offset :0)); in rl_redisplay()
946 _rl_last_c_pos > wrap_offset && in rl_redisplay()
948 _rl_last_c_pos -= wrap_offset; in rl_redisplay()
958 (wrap_offset > visible_wrap_offset) && in rl_redisplay()
964 nleft = _rl_screenwidth + wrap_offset - _rl_last_c_pos; in rl_redisplay()
[all …]