menu
xterm3 package
documentation
core.dart
BufferLine
getCodePoint method
getCodePoint method
dark_mode
light_mode
getCodePoint
method
int
getCodePoint
(
int
index
)
Implementation
int getCodePoint(int index) { return _field(index, _cellContent) & CellContent.codepointMask; }
xterm3 package
documentation
core
BufferLine
getCodePoint method
BufferLine class