clearTabStopUnderCursor method
UncompleteDocumentation UncompleteDocumentation
Implementation
@override
void clearTabStopUnderCursor() {
_tabStops.clearAt(_buffer.cursorX);
}
UncompleteDocumentation UncompleteDocumentation
@override
void clearTabStopUnderCursor() {
_tabStops.clearAt(_buffer.cursorX);
}