diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-31 03:07:39 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-31 03:07:39 +0000 |
| commit | bb5e714cf250986f8cb90c3af44db31db1a153f0 (patch) | |
| tree | 21f6c6cb9dbb35942b9441cf3cdd8dfe367bb4d1 | |
| parent | 466783eaf829b8ef2492c4b2c84857a17a24d59a (diff) | |
Notes
| -rw-r--r-- | lib/libncurses/lib_newterm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libncurses/lib_newterm.c b/lib/libncurses/lib_newterm.c index 1fed65c6f976..88d0a6039477 100644 --- a/lib/libncurses/lib_newterm.c +++ b/lib/libncurses/lib_newterm.c @@ -127,6 +127,7 @@ char *use_it = _ncurses_copyright; sigemptyset(&act.sa_mask); act.sa_flags = 0; sigaction(SIGINT, &act, NULL); + sigaction(SIGTERM, &act, NULL); #if 0 sigaction(SIGSEGV, &act, NULL); #endif |
