menu
xterm2 package
documentation
core.dart
CursorStyle
unsetStrikethrough method
unsetStrikethrough method
dark_mode
light_mode
unsetStrikethrough
method
void
unsetStrikethrough
(
)
Implementation
void unsetStrikethrough() { attrs &= ~CellAttr.strikethrough; }
xterm2 package
documentation
core
CursorStyle
unsetStrikethrough method
CursorStyle class