helix/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
2021-07-04 18:01:59 +09:00
..
completion.rs Fix unused variable, parameter, and mut warnings in helix-term. 2021-07-01 19:06:52 -07:00
editor.rs Fix rendering issues for infobox 2021-07-04 18:01:59 +09:00
info.rs Reduce calculation and improve pattern in infobox 2021-07-04 18:01:59 +09:00
markdown.rs Fix unused variable, parameter, and mut warnings in helix-term. 2021-07-01 19:06:52 -07:00
menu.rs Fix unused variable, parameter, and mut warnings in helix-term. 2021-07-01 19:06:52 -07:00
mod.rs Add infobox 2021-07-04 18:01:59 +09:00
picker.rs Fix unused variable, parameter, and mut warnings in helix-term. 2021-07-01 19:06:52 -07:00
popup.rs Fix unused variable, parameter, and mut warnings in helix-term. 2021-07-01 19:06:52 -07:00
prompt.rs Fix unused variable, parameter, and mut warnings in helix-term. 2021-07-01 19:06:52 -07:00
spinner.rs Add a Spinner 2021-06-21 12:59:06 +09:00
text.rs Fix unused variable, parameter, and mut warnings in helix-term. 2021-07-01 19:06:52 -07:00