menu
xterm package
documentation
buffer/line/line_bytedata_data.dart
ByteDataBufferLineData
cellHasContent method
cellHasContent method
dark_mode
light_mode
cellHasContent
method
bool
cellHasContent
(
int
index
)
override
Implementation
bool cellHasContent(int index) { return cellGetContent(index) != 0; }
xterm package
documentation
buffer/line/line_bytedata_data
ByteDataBufferLineData
cellHasContent method
ByteDataBufferLineData class