menu
xterm package
documentation
buffer/line/line.dart
BufferLine
cellSetBgColor method
cellSetBgColor method
dark_mode
light_mode
cellSetBgColor
method
void
cellSetBgColor
(
int
index
,
int
color
)
Implementation
void cellSetBgColor(int index, int color) => _data.cellSetBgColor(index, color);
xterm package
documentation
buffer/line/line
BufferLine
cellSetBgColor method
BufferLine class