helix/helix-term/src/ui
Blaž Hrastnik 63e54e30a7 Implement in-memory prompt history
Implementation is similar to kakoune: we store the entries into
a register.
2021-07-26 11:19:33 +09:00
..
completion.rs Fix unused variable, parameter, and mut warnings in helix-term. 2021-07-01 19:06:52 -07:00
editor.rs Injection Query Support (#430) 2021-07-11 10:40:18 +09:00
info.rs Fix info panic on small terminal 2021-07-05 00:19:56 +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: ui/menu: Don't allow scrolling past the end of completion 2021-07-23 18:12:33 +09:00
mod.rs Implement in-memory prompt history 2021-07-26 11:19:33 +09:00
picker.rs Implement in-memory prompt history 2021-07-26 11:19:33 +09:00
popup.rs Fix unused variable, parameter, and mut warnings in helix-term. 2021-07-01 19:06:52 -07:00
prompt.rs Implement in-memory prompt history 2021-07-26 11:19:33 +09: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