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
Mike Trinkala 9d73a0d112
Fix the infinite loop when copying the cursor to the top of the file (#5888)
Example:
```
test
testitem
```

Select line 2 with x, then type Alt-C; Helix will go into an infinite
loop. The saturating_sub keeps the head_row and anchor_row pinned at 0,
and a selection is never made since the first line is too short.
1 year ago
..
src Fix the infinite loop when copying the cursor to the top of the file (#5888) 1 year ago
tests Fix the infinite loop when copying the cursor to the top of the file (#5888) 1 year ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump indoc from 1.0.8 to 2.0.0 (#5742) 1 year ago
build.rs feat(lsp): pass client_info on initialization (#4904) 2 years ago