Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dutil.c332 int i, prompt_len, room, wlen; in print_autowrap() local
337 prompt_len = strlen(tempstr); in print_autowrap()
342 for (i = 0; i < prompt_len; i++) { in print_autowrap()
347 if (prompt_len <= width - x * 2) { /* If prompt is short */ in print_autowrap()
348 wmove(win, y, (width - prompt_len) / 2); in print_autowrap()