Changes between Initial Version and Version 2 of Ticket #215
- Timestamp:
- 2010-03-19T10:44:36Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #215
- Property Type defect → enhancement
-
Ticket #215 – Description
initial v2 1 On Unix systems, the running application will receive the SIGINT signal after ^C is pressed in the terminal. The application can either not handle the signal, in which case it is killed or perform some custom action upon receiving it.1 On Unix systems, the running application will receive the SIGINT signal after Ctrl+C is pressed in the terminal. The application can either not handle the signal, in which case it is killed or perform some custom action upon receiving it. 2 2 3 3 We should implement similar functionality in HelenOS (without introducing signals).