Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
helix-term: properly handle libc::kill's failure
I misread the manpage for POSIX `kill` -- it returns `-1` in the failure case, and sets `errno`, which is retrieved via `std::io::Error::last_os_error()`, has its string representation printed out, and then exits with the matching status code (or 1 if, for whatever reason, there is no matching status code).
- Loading branch information