Searched refs:m_current_line_rows (Results 1 – 2 of 2) sorted by relevance
564 if (m_current_line_rows != -1 && new_line_rows != m_current_line_rows) { in GetCharacter()571 m_current_line_rows = new_line_rows; in GetCharacter()839 for (int line_count = 0; line_count < m_current_line_rows - cursor_row; in NextLineCommand()1476 if (m_current_line_rows != -1) { in ApplyTerminalSizeChange()1480 m_current_line_rows = (lineLength / columns) + 1; in ApplyTerminalSizeChange()1484 m_current_line_rows = 1; in ApplyTerminalSizeChange()1576 m_current_line_rows = -1; in GetLines()
382 int m_current_line_rows = -1; variable