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

/haiku/src/apps/terminal/
H A DTermView.cpp1283 float historyHeight = (float)historySize * fFontHeight; local
1286 //historySize, -historyHeight);
1288 fScrollBar->SetRange(-historyHeight, 0);
1290 fScrollBar->SetProportion(viewHeight / (viewHeight + historyHeight));

Completed in 306 milliseconds