queryBackgroundColor method

void queryBackgroundColor()

Queries the terminal background color.

Implementation

void queryBackgroundColor() {
  _buf.write('\x1b]11;?\x1b\\');
}