| 388 | } |
| 389 | |
| 390 | int CellBuffer::GapPosition() const { |
| 391 | return substance.GapPosition(); |
| 392 | } |
| 393 | |
| 394 | // The char* returned is to an allocation owned by the undo history |
| 395 | const char *CellBuffer::InsertString(int position, const char *s, int insertLength, bool &startSequence) { |