Home
last modified time | relevance | path

Searched refs:new_line_rows (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp549 int new_line_rows = (lineLength / m_terminal_width) + 1; in GetCharacter() local
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()