Home
last modified time | relevance | path

Searched refs:attributesRun (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/terminal/
H A DHistoryBuffer.cpp88 AttributesRun* attributesRun = line->AttributesRuns(); in GetTerminalLineAt() local
91 ? attributesRun->offset : INT_MAX; in GetTerminalLineAt()
96 if (charCount < attributesRun->offset) { in GetTerminalLineAt()
99 nextAttributesAt = attributesRun->offset; in GetTerminalLineAt()
101 attributes = attributesRun->attributes; in GetTerminalLineAt()
102 nextAttributesAt = attributesRun->offset in GetTerminalLineAt()
103 + attributesRun->length; in GetTerminalLineAt()
104 attributesRun++; in GetTerminalLineAt()
166 AttributesRun* attributesRun = historyLine->AttributesRuns(); in AddLine() local
181 attributesRun->length = i - attributesRun->offset; in AddLine()
[all …]