queryBackgroundColor method
void
queryBackgroundColor()
Queries the terminal background color.
Implementation
void queryBackgroundColor() {
_buf.write('\x1b]11;?\x1b\\');
}
Queries the terminal background color.
void queryBackgroundColor() {
_buf.write('\x1b]11;?\x1b\\');
}