helix-mods/helix-term/src
Rose Hudson f8c83f9885 clear terminal after switching to alternate screen
when using helix over mosh, the screen doesn't get cleared and
characters get left all over the place until they are overwritten. with
this change, the screen gets properly cleared as soon as helix starts
2022-04-04 16:41:11 +09:00
..
commands Add typed commands buffer-next and buffer-previous (#1940) 2022-04-03 17:56:46 +05:30
keymap Rename _para to _paragraph 2022-04-03 00:46:53 +09:00
ui Resolve conflicts between prompt/picker bindings (#1792) 2022-03-31 16:51:11 +09:00
application.rs clear terminal after switching to alternate screen 2022-04-04 16:41:11 +09:00
args.rs Add refresh-config and open-config command (#1803) 2022-03-25 18:05:20 +09:00
commands.rs Add typed commands buffer-next and buffer-previous (#1940) 2022-04-03 17:56:46 +05:30
compositor.rs Make regex_prompt directly call cx.push_layer 2022-03-28 11:02:13 +09:00
config.rs Move top level lsp config to editor.lsp (#1868) 2022-03-28 10:11:52 +09:00
health.rs Added checkmarks to health.rs output, Resolves #1894 (#1918) 2022-04-02 17:32:36 +09:00
job.rs Don't use block_on in jobs.finish(), we can .await 2022-02-05 15:05:19 +09:00
keymap.rs Add refresh-config and open-config command (#1803) 2022-03-25 18:05:20 +09:00
lib.rs Add refresh-config and open-config command (#1803) 2022-03-25 18:05:20 +09:00
main.rs Handle BrokenPipe when piping hx --health through head (#1876) 2022-03-30 10:39:25 +05:30