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