Text buffer data structure for my line-oriented text editor, #cheddar. This structure is often dubbed as a 'rope'. The `weight` field holds either: 1- `length` of a `leaf` node, 2- total `lengths` of the left branch of `internal`. `weight` makes traversal based on size easier.
0
0
0
7
0
Download Image