menu
xterm package
documentation
buffer/line/line_bytedata_data.dart
ByteDataBufferLineData
cellSetWidth method
cellSetWidth method
dark_mode
light_mode
cellSetWidth
method
void
cellSetWidth
(
int
index
,
int
width
)
override
Implementation
void cellSetWidth(int index, int width) { _cells.setUint8(index * _cellSize + _cellWidth, width); }
xterm package
documentation
buffer/line/line_bytedata_data
ByteDataBufferLineData
cellSetWidth method
ByteDataBufferLineData class