startCopySequence

abstract fun startCopySequence()

Mark the start of a sequence that will be copied to string later. By default this will just store the start position. It however also triggers handling of special cases, that may trigger the use of a StringBuilder to store the sequence:

  • A line ending involving a '\r' (must be exposed as '\n')

  • Buffer swaps