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