helix/helix-term/src/ui
Charlie Groves 7e29ee6dae
Autosave all when the terminal loses focus (#3178)
* Autosave all when the terminal loses focus

* Correct comment on focus config

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>

* Need a block_try_flush_writes in all quit_all paths

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
2022-10-21 10:35:02 +09:00
..
fuzzy_match Treat space as a seperator instead of a character in fuzzy picker 2022-10-11 12:25:28 +09:00
completion.rs never sort menu items when no fuzzy matching is possible 2022-10-21 10:03:00 +09:00
editor.rs Autosave all when the terminal loses focus (#3178) 2022-10-21 10:35:02 +09:00
fuzzy_match.rs Treat space as a seperator instead of a character in fuzzy picker 2022-10-11 12:25:28 +09:00
info.rs Refactor Margin for fine grained control (#2727) 2022-06-22 01:52:08 +09:00
lsp.rs Fix signature help panic when too large (#4030) 2022-10-03 23:56:24 +09:00
markdown.rs Render html <code> tags as code in markdown (#3425) 2022-09-13 05:14:16 -04:00
menu.rs never sort menu items when no fuzzy matching is possible 2022-10-21 10:03:00 +09:00
mod.rs factor editor event handling into function 2022-10-18 22:31:39 -04:00
overlay.rs Add bracketed paste (#3233) 2022-08-29 09:48:49 +09:00
picker.rs remove filterting with C-space from picker 2022-10-11 12:25:28 +09:00
popup.rs Add bracketed paste (#3233) 2022-08-29 09:48:49 +09:00
prompt.rs Fix preview bug (#3644) 2022-09-20 16:40:48 +09:00
spinner.rs Instant is more suitable than SystemTime for spinners 2022-02-10 11:12:47 +09:00
statusline.rs feat(statusline): add option to show total line numbers in file (#3960) 2022-10-03 23:54:00 +09:00
text.rs fix: Allow multi-line prompt documentation 2022-02-20 14:44:44 +09:00