menu
xterm3 package
documentation
core.dart
BufferLine
getForeground method
getForeground method
dark_mode
light_mode
getForeground
method
int
getForeground
(
int
index
)
Implementation
int getForeground(int index) { return _field(index, _cellForeground); }
xterm3 package
documentation
core
BufferLine
getForeground method
BufferLine class