queryBackgroundColor method

  1. @override
void queryBackgroundColor()
override

Queries the terminal background color.

Implementation

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