Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/kconfig/lxdialog/
Dutil.c372 int prompt_len, room, wlen; in print_autowrap() local
377 prompt_len = strlen(tempstr); in print_autowrap()
379 if (prompt_len <= width - x * 2) { /* If prompt is short */ in print_autowrap()
380 wmove(win, y, (width - prompt_len) / 2); in print_autowrap()