menu
yoxterm package
documentation
core.dart
BufferLine
eraseCell method
eraseCell method
dark_mode
light_mode
eraseCell
method
void
eraseCell
(
int
index
,
CursorStyle
style
)
Implementation
void eraseCell(int index, CursorStyle style) { _eraseCellRaw(index, style); version++; }
yoxterm package
documentation
core
BufferLine
eraseCell method
BufferLine class