diff --git a/documentation/18.01/eiffel/Tutorials/Mini-HowTo/Managing-CTRL-C-on-console.wiki b/documentation/18.01/eiffel/Tutorials/Mini-HowTo/Managing-CTRL-C-on-console.wiki index 216340e0..4bfaeb9e 100644 --- a/documentation/18.01/eiffel/Tutorials/Mini-HowTo/Managing-CTRL-C-on-console.wiki +++ b/documentation/18.01/eiffel/Tutorials/Mini-HowTo/Managing-CTRL-C-on-console.wiki @@ -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 OPERATING_SYSTEM_SIGNAL_FAILURE.