Opened 15 years ago
Last modified 7 years ago
#215 new enhancement
Need a ^C functionality — at Initial Version
Reported by: | Jakub Jermář | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
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.
We should implement similar functionality in HelenOS (without introducing signals).
Note:
See TracTickets
for help on using tickets.