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

/haiku/src/apps/terminal/
H A DTermView.cpp1373 float clearLeft = fColumns * fFontWidth; local
1374 if (clearLeft <= updateRect.right) {
1375 BRect rect(clearLeft, updateRect.top, updateRect.right,

Completed in 45 milliseconds