bufferCursorColumn property

int get bufferCursorColumn

Implementation

int get bufferCursorColumn {
  if (!isBufferActive) return 0;
  return _selection.extentOffset - _bufferLineRopeStart;
}