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

/haiku/src/apps/terminal/
H A DTermView.h329 int32 fScrBufSize; member in class:TermView
H A DTermView.cpp173 fScrBufSize(historySize),
197 fScrBufSize(historySize),
231 fScrBufSize(1000),
270 The members fRows, fColumns, fEncoding, and fScrBufSize must
346 status_t error = fTextBuffer->Init(fColumns, fRows, fScrBufSize);
1486 y1 = y1 -(fScrBufSize - numLines * 2);

Completed in 43 milliseconds