menu
kterm package
documentation
kterm.dart
CursorStyle
setForegroundColor16 method
setForegroundColor16 method
dark_mode
light_mode
setForegroundColor16
method
void
setForegroundColor16
(
int
color
)
Implementation
void setForegroundColor16(int color) { foreground = color | CellColor.named; }
kterm package
documentation
kterm
CursorStyle
setForegroundColor16 method
CursorStyle class