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

/haiku/src/apps/terminal/
H A DTerminalBuffer.h27 int32 historySize);
H A DTerminalBuffer.cpp49 TerminalBuffer::Init(int32 width, int32 height, int32 historySize) argument
68 return BasicTerminalBuffer::Init(width, height, historySize);
H A DTermView.cpp164 int32 historySize)
173 fScrBufSize(historySize),
188 const ShellParameters& shellParameters, int32 historySize)
197 fScrBufSize(historySize),
1276 int32 historySize;
1279 historySize = fTextBuffer->HistorySize();
1283 float historyHeight = (float)historySize * fFontHeight;
1286 //historySize, -historyHeight);
1289 if (historySize > 0)
2357 int32 historySize local
163 TermView(BRect frame, const ShellParameters& shellParameters, int32 historySize) argument
187 TermView(int rows, int columns, const ShellParameters& shellParameters, int32 historySize) argument
2876 int32 historySize; local
[all...]
H A DBasicTerminalBuffer.cpp142 BasicTerminalBuffer::Init(int32 width, int32 height, int32 historySize) argument
166 if (historySize > 0) {
171 error = fHistory->Init(width, historySize);
1163 int32 historySize = min_c(HistorySize(), historyCapacity); local
1165 for (int32 i = historySize - 1; i >= 0; i--) {
1298 int32 historySize = HistorySize(); local
1299 int32 totalLines = historySize + fHeight;
1312 TerminalLine* sourceLine = _HistoryLineAt(-historySize, lineBuffer);
1332 if (sourceIndex == historySize && sourceX == 0) {
1349 if (fCursor.y + historySize
[all...]
H A DTermView.h59 int32 historySize);
62 int32 historySize);

Completed in 67 milliseconds