Ejemplo n.º 1
0
 /// <summary>
 /// Remove all characters under or after the cursor.
 /// </summary>
 public void Truncate() => _buffer.Truncate(CursorIndex);