menu
xterm2 package
documentation
core.dart
BufferLine
getAttributes method
getAttributes method
dark_mode
light_mode
getAttributes
method
int
getAttributes
(
int
index
)
Implementation
int getAttributes(int index) { return _data[index * _cellSize + _cellAttributes]; }
xterm2 package
documentation
core
BufferLine
getAttributes method
BufferLine class