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