helix-mods/helix-term/src/ui
CossonLeo 011f9aa47f
Optimize completion doc position. (#691)
* optimize completion doc's render

* optimize completion doc's render

* optimize completion doc position

* cargo fmt

* fix panic

* use saturating_sub

* fixs

* fix clippy

* limit completion doc max width 120
2021-09-08 16:33:59 +09:00
..
completion.rs Optimize completion doc position. (#691) 2021-09-08 16:33:59 +09:00
editor.rs Add a sticky mode for keymaps (#635) 2021-09-05 12:55:13 +09:00
info.rs info component style config use ui.info ui.info.text (#643) 2021-08-24 09:58:19 +09:00
markdown.rs Optimize completion doc position. (#691) 2021-09-08 16:33:59 +09:00
menu.rs Add ui.menu text style (#664) 2021-08-28 13:54:24 +09:00
mod.rs ui: prompt: Avoid allocating a prompt name if it's a static string 2021-08-31 18:29:24 +09:00
picker.rs ui: Be smarter about centering previews 2021-09-08 14:19:25 +09:00
popup.rs Optimize completion doc position. (#691) 2021-09-08 16:33:59 +09:00
prompt.rs ui: prompt: Avoid allocating a prompt name if it's a static string 2021-08-31 18:29:24 +09:00
spinner.rs Add a Spinner 2021-06-21 12:59:06 +09:00
text.rs Show file preview in split pane in fuzzy finder (#534) 2021-08-12 16:00:42 +09:00