menu
xterm2 package
documentation
xterm.dart
Terminal
setForegroundColor16 method
setForegroundColor16 method
dark_mode
light_mode
setForegroundColor16
method
@
override
void
setForegroundColor16
(
int
color
)
override
Implementation
@override void setForegroundColor16(int color) { _cursorStyle.setForegroundColor16(color); }
xterm2 package
documentation
xterm
Terminal
setForegroundColor16 method
Terminal class