Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tty: set termios ISIG = false and PARMRK = false
When changing to the new zig termios api, I missed setting two flags. This left SIGINTs being sent to the terminal and applications not able to handle ctrl+c.
- Loading branch information