You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term/src
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.
4 years ago
..
ui clippy: Drop or-patterns for now because they're not on stable rust yet 4 years ago
application.rs Allow starting hx without a file. A new blank file will be created. 4 years ago
commands.rs Fix clamping scroll in certain cases. 4 years ago
compositor.rs ui: Improve completion state handling. 4 years ago
keymap.rs Move pickers under my leader key mode (space). 4 years ago
main.rs Allow starting hx without a file. A new blank file will be created. 4 years ago
terminal.rs ui: Make editor more resilient about being shrunk too small. 4 years ago