Update wikipage Managing CTRL+C in console application. (Signed-off-by:tioui).

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2023 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2018-04-30 13:27:51 +00:00
parent 1270db1019
commit 54ea6a4b07

View File

@@ -1,5 +1,5 @@
[[Property:uuid|5CA34C5D-30F1-4D6F-9FE4-B555E541EA8C]]
[[Property:weight|0]]
[[Property:weight|4000]]
[[Property:title|Managing CTRL+C in console application]]
[[Property:link_title|CTRL_C console]]
Normally, if the user use the CTRL+C keys, the Eiffel application detect it as an error and throw an exception of type <code>OPERATING_SYSTEM_SIGNAL_FAILURE</code>.