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