Home
last modified time | relevance | path

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

/openbsd/src/bin/ksh/
Dvi.c1363 static int prompt_trunc; /* how much of prompt to truncate */ variable
1443 prompt_trunc = pwidth - cur_col; in edit_reset()
1444 pwidth -= prompt_trunc; in edit_reset()
1446 prompt_trunc = 0; in edit_reset()
2235 pprompt(prompt + (full ? 0 : prompt_skip), prompt_trunc); in vi_pprompt()