helix/helix-term
Blaž Hrastnik 463f58dfda Fix clamping scroll in certain cases.
.clamp(min, max) requires that min < max. In some cases
first + scrolloff > last - scrolloff and we would panic.
2021-04-07 13:38:50 +09:00
..
src Fix clamping scroll in certain cases. 2021-04-07 13:38:50 +09:00
.gitignore
Cargo.toml
README.md

window -> buffer -> text -> contains "view", a viewport into the buffer

view -> selections etc -> cursor