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
Gokul Soumya 3108a11d35
Refactor handling of mouse events (#2893)
- Simplified match statements by destructuring MouseEvent struct
  at the top and then matching on event.kind.
- Extracted out closures for calculating (1) position and view
  of mouse click and (2) gutter coordinates and view of mouse click.
2 years ago
..
src Refactor handling of mouse events (#2893) 2 years ago
tests replace phrase in tests 2 years ago
.gitignore Initial import. 4 years ago
Cargo.toml add test for ensuring the initial cursor on a newly opened file 2 years ago
build.rs publish a source tarball with version and grammars (#1875) 2 years ago