menu
flutter_alacritty package
documentation
render/cell_flags.dart
isCurrentMatch function
isCurrentMatch function
dark_mode
light_mode
isCurrentMatch
function
bool
isCurrentMatch
(
int
flags
)
Implementation
bool isCurrentMatch(int flags) => flags & kFlagMatchCurrent != 0;
flutter_alacritty package
documentation
render/cell_flags
isCurrentMatch function
cell_flags library