queryForegroundColor method
void
queryForegroundColor()
Queries the terminal foreground color.
Implementation
void queryForegroundColor() {
_buf.write('\x1b]10;?\x1b\\');
}
Queries the terminal foreground color.
void queryForegroundColor() {
_buf.write('\x1b]10;?\x1b\\');
}