Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/lxdialog/
A Dutil.c385 int prompt_len, room, wlen; in print_autowrap() local
390 prompt_len = strlen(tempstr); in print_autowrap()
392 if (prompt_len <= width - x * 2) { /* If prompt is short */ in print_autowrap()
393 wmove(win, y, (width - prompt_len) / 2); in print_autowrap()

Completed in 5 milliseconds