Searched refs:prompt_len (Results 1 – 1 of 1) sorted by relevance
372 int prompt_len, room, wlen; in print_autowrap() local377 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()