Searched refs:GetPromptWidth (Results 1 – 2 of 2) sorted by relevance
356 int Editline::GetPromptWidth() { return (int)PromptForIndex(0).length(); } in GetPromptWidth() function in Editline398 (int)((info->cursor - info->buffer) + GetPromptWidth()); in MoveCursor()417 ((m_input_lines[m_input_lines.size() - 1].length() + GetPromptWidth()) % in MoveCursor()559 int lineLength = (int)((info->lastchar - info->buffer) + GetPromptWidth()); in GetCharacter()834 int cursor_position = (int)((info->cursor - info->buffer) + GetPromptWidth()); in NextLineCommand()1104 (int)((line_info->cursor - line_info->buffer) + GetPromptWidth()); in TypedCharacter()1466 (int)((info->lastchar - info->buffer) + GetPromptWidth()); in ApplyTerminalSizeChange()
251 int GetPromptWidth();