Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.refresh.c42 static int rprompt_h, rprompt_v; variable
367 rprompt_h = vcursor_h; in Refresh()
391 rhdiff = TermH - vcursor_h - rprompt_h; in Refresh()
392 if (rprompt_h != 0 && rprompt_v == 0 && vcursor_v == 0 && rhdiff > 1) { in Refresh()
403 rprompt_h = 0; /* flag "not using rprompt" */ in Refresh()
1274 if (rprompt_h != 0 && (TermH - CursorH - rprompt_h < 3)) { in RefPlusOne()