writeText method

void writeText()

Implementation

void writeText() {
  writeTextRange(start, pos);
  start = pos;
}