queryCursorColor method
Queries the terminal cursor color.
Implementation
@override
void queryCursorColor() {
_buf.write('\x1b]12;?\x1b\\');
}
Queries the terminal cursor color.
@override
void queryCursorColor() {
_buf.write('\x1b]12;?\x1b\\');
}