queryCursorColor method

  1. @override
void queryCursorColor()
override

Queries the terminal cursor color.

Implementation

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