menu
xterm package
documentation
buffer/line/line_list_data.dart
ListBufferLineData
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_list_data
ListBufferLineData
cellHasContent method
ListBufferLineData class