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

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1992 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2018-04-30 00:01:07 +00:00
parent 8ecfc32951
commit 3b1344093d

View File

@@ -36,7 +36,8 @@ feature {NONE} -- Initialisation
io.standard_default.put_string ("%NFermeture...%N")
end
rescue
if attached {OPERATING_SYSTEM_SIGNAL_FAILURE} Exception_manager.last_exception then
if attached {OPERATING_SYSTEM_SIGNAL_FAILURE}
Exception_manager.last_exception then
l_ctrl_c := True
retry
end