1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00
helix/helix-term
Skyler Hawthorne 27b70696df
Exit gracefully when close operation fails (#4081)
If the close method fails, the editor will quit before restoring the
terminal. This causes the shell to break if, e.g. the LS times out
shutting down.

This fixes this by always restoring the terminal after closing, and
printing out a message to stderr if there is an error.
2022-10-04 00:35:42 +09:00
..
src Exit gracefully when close operation fails (#4081) 2022-10-04 00:35:42 +09:00
tests Add tests for select-mode TS textobjects 2022-10-03 10:44:08 -04:00
.gitignore
build.rs
Cargo.toml