Searched refs:oldLastLine (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/terminal/
H A DTermView.cpp2040 int32 oldLastLine = _LineAt(bottom); local
2058 if (newFirstLine != oldFirstLine || newLastLine != oldLastLine) {
2068 _SynchronizeWithTextBuffer(oldLastLine + 1, newLastLine);

Completed in 36 milliseconds