mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
463f58dfda
.clamp(min, max) requires that min < max. In some cases first + scrolloff > last - scrolloff and we would panic. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.toml | ||
README.md |
window -> buffer -> text -> contains "view", a viewport into the buffer
view -> selections etc -> cursor