Searched refs:PromptForIndex (Results 1 – 2 of 2) sorted by relevance
323 std::string Editline::PromptForIndex(int line_index) { in PromptForIndex() function in Editline353 m_current_prompt = PromptForIndex(line_index); in SetCurrentLine()356 int Editline::GetPromptWidth() { return (int)PromptForIndex(0).length(); } in GetPromptWidth()434 faint, PromptForIndex(index).c_str(), unfaint, in DisplayInput()443 PromptForIndex(0); // Prompt width is constant during an edit session in CountRowsForLine()
241 std::string PromptForIndex(int line_index);