Changes between Initial Version and Version 1 of Ticket #22626, comment 180
- Timestamp:
- 11/13/18 10:31:33 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22626, comment 180
initial v1 4 4 (A) If the keep the `sig_on()` statements, then CTRL-C would break GAP in the same way as `sig_error()` breaks GAP. 5 5 6 (B) If you remove the `sig_on()` statement , then GAP can no longer be interrupted with CTRL-C.6 (B) If you remove the `sig_on()` statements, then GAP can no longer be interrupted with CTRL-C. 7 7 8 8 I consider both alternatives not acceptable.