mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
6fb2d2679d
Helpers / internal implementations where using the `_` prefix. However, this prefix also suppress unused warnings. I suggest we use the `_impl` suffix instead. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.toml | ||
README.md |
window -> buffer -> text -> contains "view", a viewport into the buffer
view -> selections etc -> cursor