helix/helix-term/src/ui
Michael Davis 6ccbfe9bdf
Request a UI redraw on Drop of an Injector
This fixes the changed files picker when used against a clean worktree
for example. Without it the running indicator does not disappear. It
also simplifies the dynamic query handler's implementation so that it
doesn't need to request a redraw explicitly.

Co-authored-by: Pascal Kuthe <pascalkuthe@pm.me>
2024-07-15 09:31:33 -04:00
..
picker Request a UI redraw on Drop of an Injector 2024-07-15 09:31:33 -04:00
completion.rs tui: Constify functions, shrink Margin representation 2024-05-21 04:34:36 +09:00
document.rs don't manually grapheme align ts highlights (#10310) 2024-04-11 00:14:08 +09:00
editor.rs fix(editor): prevent overflow in count modifier (#10930) 2024-06-13 03:24:24 +02:00
info.rs tui: Constify functions, shrink Margin representation 2024-05-21 04:34:36 +09:00
lsp.rs tui: Constify functions, shrink Margin representation 2024-05-21 04:34:36 +09:00
markdown.rs tui: Constify functions, shrink Margin representation 2024-05-21 04:34:36 +09:00
menu.rs Bump nucleo to v0.4.1 2024-07-15 09:31:32 -04:00
mod.rs Consolidate DynamicPicker into Picker 2024-07-15 09:31:32 -04:00
overlay.rs Fix typos (#6643) 2023-04-07 23:10:38 +08:00
picker.rs Request a UI redraw on Drop of an Injector 2024-07-15 09:31:33 -04:00
popup.rs tui: Constify functions, shrink Margin representation 2024-05-21 04:34:36 +09:00
prompt.rs global_search: Suggest latest '/' register value 2024-07-15 09:31:32 -04:00
spinner.rs use newtype parttern for langauge server id 2024-04-22 12:27:47 +09:00
statusline.rs Revert "Refactor statusline elements to build Spans (#9122)" (#10642) 2024-05-07 01:51:20 +09:00
text.rs Avoid cloning the whole paragraph content just for rendering (#9739) 2024-02-27 18:24:05 +01:00