summaryrefslogtreecommitdiffstats
path: root/usr.bin/ee/ee.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ee/ee.c')
-rw-r--r--usr.bin/ee/ee.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ee/ee.c b/usr.bin/ee/ee.c
index effdf14..5491b97 100644
--- a/usr.bin/ee/ee.c
+++ b/usr.bin/ee/ee.c
@@ -562,6 +562,7 @@ char *argv[];
signal(SIGCHLD, SIG_DFL);
signal(SIGSEGV, SIG_DFL);
signal(SIGINT, edit_abort);
+ signal(SIGHUP, edit_abort);
d_char = malloc(3); /* provide a buffer for multi-byte chars */
d_word = malloc(150);
OpenPOWER on IntegriCloud