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

/haiku/src/apps/terminal/
H A DHistoryBuffer.h36 void DropLines(int32 count);
H A DHistoryBuffer.cpp220 DropLines(count + fSize - fCapacity);
240 HistoryBuffer::DropLines(int32 count) function in class:HistoryBuffer
288 DropLines(toDrop);
299 // DropLines() may have changed fBufferAllocationOffset, so don't use

Completed in 36 milliseconds