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-plus/helix-term/src/ui
Ivan Tham 5977b07e19 Reduce calculation and improve pattern in infobox
- switch to use static OnceCell to calculate Info once
- pass Vec<(&[KeyEvent], &str)> rather than Vec<(Vec<KeyEvent>, &str)>
- expr -> tt to allow using | as separator, make it more like match
3 years ago
..
completion.rs Fix unused variable, parameter, and `mut` warnings in helix-term. 3 years ago
editor.rs Fix rendering issues for infobox 3 years ago
info.rs Reduce calculation and improve pattern in infobox 3 years ago
markdown.rs Fix unused variable, parameter, and `mut` warnings in helix-term. 3 years ago
menu.rs Fix unused variable, parameter, and `mut` warnings in helix-term. 3 years ago
mod.rs Add infobox 3 years ago
picker.rs Fix unused variable, parameter, and `mut` warnings in helix-term. 3 years ago
popup.rs Fix unused variable, parameter, and `mut` warnings in helix-term. 3 years ago
prompt.rs Fix unused variable, parameter, and `mut` warnings in helix-term. 3 years ago
spinner.rs Add a `Spinner` 3 years ago
text.rs Fix unused variable, parameter, and `mut` warnings in helix-term. 3 years ago