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

/haiku-fatelf/src/apps/terminal/
H A DTermView.h266 int32 fScrBufSize; member in class:TermView
H A DTermView.cpp444 fScrBufSize(historySize),
467 fScrBufSize(historySize),
500 fScrBufSize(1000),
538 The members fRows, fColumns, fEncoding, and fScrBufSize must
599 status_t error = fTextBuffer->Init(fColumns, fRows, fScrBufSize);
1482 y1 = y1 -(fScrBufSize - numLines * 2);

Completed in 101 milliseconds