Currently a sequence like this "hello " (a word followed by 6 spaces). Would be shaped into two words: ["hello " , " "] This causes issues, since the first word is only 5 letters long, not 10 This commit will break this sequence into: ["hello", " ", " ", " ", " ", " ", " "] This helps with correct line wrappipng |
||
|---|---|---|
| .. | ||
| edit | ||
| font | ||
| attrs.rs | ||
| buffer.rs | ||
| buffer_line.rs | ||
| cache.rs | ||
| layout.rs | ||
| lib.rs | ||
| shape.rs | ||
| swash.rs | ||