pop-os / cosmic-text

Pure Rust multi-line text handling

Home Page:https://pop-os.github.io/cosmic-text/cosmic_text/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider renaming `BufferLine` to `Paragraph` or `BufferParagraph`

nicoburns opened this issue · comments

I've been trying to read through the cosmic-text codebase, and I'm finding it quite confusing that there are "lines" that are then line-broken into further "lines". I feel like it would be clearer if we could give these two concepts different names.