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