Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update to crossterm-0.25 (#3390) | Charlie Groves | 2022-08-22 |
| | |||
* | Add custom event type replacing crossterm's Event (#3169) | Gokul Soumya | 2022-08-09 |
| | | | | | | | | | | Ported over from 61365dfbf3 in the `gui` branch. This will allow adding our own events, most notably an idle timer event (useful for adding debounced input in [dynamic pickers][1] used by interactive global search and workspace symbols). [1]: https://github.com/helix-editor/helix/pull/3110 Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> | ||
* | Fix LF line-endings (#3316) | Charlie Groves | 2022-08-03 |
| | |||
* | fix: Normalize backtab into shift-tab | Blaž Hrastnik | 2021-12-06 |
| | | | | Fixes #1150 | ||
* | Implement key ordering for info box | Daniel Ebert | 2021-11-03 |
| | |||
* | Update keyboard.rs (#516) | Rust & Python | 2021-07-27 |
| | | | Fix doc comment typo | ||
* | fix: crossterm -> input key conversion | Blaž Hrastnik | 2021-06-25 |
| | |||
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 |
* reverse the dependency between helix-tui and helix-view by moving a fiew types to view * fix tests * clippy and format fixes Co-authored-by: Keith Simmons <keithsim@microsoft.com> |