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