queryForegroundColor method

  1. @override
void queryForegroundColor()
override

Queries the terminal foreground color.

Implementation

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