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
Blaž Hrastnik 63e54e30a7 Implement in-memory prompt history
Implementation is similar to kakoune: we store the entries into
a register.
3 years ago
..
completion.rs Fix unused variable, parameter, and `mut` warnings in helix-term. 3 years ago
editor.rs Injection Query Support (#430) 3 years ago
info.rs Fix info panic on small terminal 3 years ago
markdown.rs Fix unused variable, parameter, and `mut` warnings in helix-term. 3 years ago
menu.rs fix: ui/menu: Don't allow scrolling past the end of completion 3 years ago
mod.rs Implement in-memory prompt history 3 years ago
picker.rs Implement in-memory prompt history 3 years ago
popup.rs Fix unused variable, parameter, and `mut` warnings in helix-term. 3 years ago
prompt.rs Implement in-memory prompt history 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