sendCursorPosition method
UncompleteDocumentation UncompleteDocumentation
Implementation
@override
void sendCursorPosition() {
onOutput?.call(_emitter.cursorPosition(_buffer.cursorX, _buffer.cursorY));
}
UncompleteDocumentation UncompleteDocumentation
@override
void sendCursorPosition() {
onOutput?.call(_emitter.cursorPosition(_buffer.cursorX, _buffer.cursorY));
}