mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
We only rely on some of the rendering primitives and implement our Cursive-style compositor on top. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.toml | ||
README.md |
window -> buffer -> text -> contains "view", a viewport into the buffer
view -> selections etc -> cursor