mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 19:28:29 +00:00
Introduce -q (quiet flag) and improve ctrl-c ux
This commit is contained in:
parent
e8de1e4766
commit
45186c74ac
5 changed files with 43 additions and 29 deletions
|
@ -60,6 +60,7 @@ static inline void __oncrash(int sig, struct siginfo *si, void *arg) {
|
|||
}
|
||||
|
||||
static void __got_sigquit(int sig, struct siginfo *si, void *arg) {
|
||||
write(2, "^\\", 2);
|
||||
__oncrash(sig, si, arg);
|
||||
}
|
||||
static void __got_sigfpe(int sig, struct siginfo *si, void *arg) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue