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

/haiku/src/apps/terminal/
H A DTermView.cpp1408 int32 lastColumn = x2; local
1409 Highlight* highlight = _CheckHighlightRegion(j, i, lastColumn);
1410 // This will clip lastColumn to the selection start or end
1414 lastColumn, buf, attr);
1417 // j - firstVisible, i, lastColumn, count, (int)count, buf, highlight);
1422 int nextColumn = lastColumn + 1;
2837 int32& lastColumn) const
2846 && lastColumn >= highlight->Start().x) {
2856 && lastColumn >= highlight->End().x) {
2858 lastColumn
[all...]
H A DBasicTerminalBuffer.h98 int32 lastColumn, char* buffer,
H A DTermView.h250 int32 firstColumn, int32& lastColumn) const;
H A DBasicTerminalBuffer.cpp338 BasicTerminalBuffer::GetString(int32 row, int32 firstColumn, int32 lastColumn, argument
346 if (lastColumn >= line->length)
347 lastColumn = line->length - 1;
350 if (column <= lastColumn)
353 for (; column <= lastColumn; column++) {

Completed in 48 milliseconds