queryForegroundColor method

void queryForegroundColor()

Queries the terminal foreground color.

Implementation

void queryForegroundColor() {
  _buf.write('\x1b]10;?\x1b\\');
}