Searched refs:m_current_line_rows (Results 1 – 2 of 2) sorted by relevance
550 if (m_current_line_rows != -1 && new_line_rows != m_current_line_rows) { in GetCharacter()557 m_current_line_rows = new_line_rows; in GetCharacter()825 for (int line_count = 0; line_count < m_current_line_rows - cursor_row; in NextLineCommand()1436 if (m_current_line_rows != -1) { in ApplyTerminalSizeChange()1440 m_current_line_rows = (lineLength / columns) + 1; in ApplyTerminalSizeChange()1444 m_current_line_rows = 1; in ApplyTerminalSizeChange()1536 m_current_line_rows = -1; in GetLines()
389 int m_current_line_rows = -1; variable