Searched refs:cont_prompt_width (Results 1 – 1 of 1) sorted by relevance
320 const size_t cont_prompt_width = ColumnWidth(continuation_prompt); in PromptForIndex() local322 std::max(prompt_width, cont_prompt_width); in PromptForIndex()325 else if (cont_prompt_width < padded_prompt_width) in PromptForIndex()327 std::string(padded_prompt_width - cont_prompt_width, ' '); in PromptForIndex()