menu
xterm2 package
documentation
core.dart
CursorStyle
isUnderline property
isUnderline property
dark_mode
light_mode
isUnderline
property
bool
get
isUnderline
Implementation
bool get isUnderline => (attrs & CellAttr.underline) != 0;
xterm2 package
documentation
core
CursorStyle
isUnderline property
CursorStyle class