menu
xterm3 package
documentation
xterm.dart
Terminal
setForegroundColorRgb method
setForegroundColorRgb method
dark_mode
light_mode
setForegroundColorRgb
method
void
setForegroundColorRgb
(
int
r
,
int
g
,
int
b
)
inherited
Implementation
void setForegroundColorRgb(int r, int g, int b) { _cursorStyle.setForegroundColorRgb(r, g, b); }
xterm3 package
documentation
xterm
Terminal
setForegroundColorRgb method
Terminal class