diff src/sighandlers.cc @ 1651:e846e361a265

[project @ 1995-12-20 06:59:12 by jwe]
author jwe
date Wed, 20 Dec 1995 07:06:41 +0000
parents 9c1fca4bd859
children 6708c53892c1
line wrap: on
line diff
--- a/src/sighandlers.cc	Wed Dec 20 06:55:46 1995 +0000
+++ b/src/sighandlers.cc	Wed Dec 20 07:06:41 1995 +0000
@@ -215,6 +215,12 @@
 #endif
 }
 
+void
+catch_interrupts (void)
+{
+  octave_set_signal_handler (SIGINT, sigint_handler);
+}
+
 // Install all the handlers for the signals we might care about.
 
 void