Posted 27 October 2013 - 03:58 AM
Title: Program termination does not works
Hi! I am a beginner in using of ComputerCraft, but I faced into a problem mentioned in the title. When I try pressing Ctrl+T (in the docs this keystroke mentioned as terminate key) nothing happens, the program what actually running is continues run. I tried it with a little program too (see below). I tried it with both FeedTheBeast 1.5.2 modpack and my up-to-date 1.6.4.
In my 1.6.4 version, I use following mods:
I tried the first code mentioned in this post, and it says only key20 but no 'terminate' event.
Hi! I am a beginner in using of ComputerCraft, but I faced into a problem mentioned in the title. When I try pressing Ctrl+T (in the docs this keystroke mentioned as terminate key) nothing happens, the program what actually running is continues run. I tried it with a little program too (see below). I tried it with both FeedTheBeast 1.5.2 modpack and my up-to-date 1.6.4.
-- Terminatin example
while true do
print "Press Ctrl+T"
sleep(1)
end
In my 1.6.4 version, I use following mods:
- BuildCraft 4.1.0
- CodeChickenCore 1.6.4
- ComputerCraft 1.57
- DamageIndicators
- EquivalentExchange 3
- Forestry 2.3.0.3
- IndustrialCraft 2_1.118.401-lf
- InventoryTweaks 1.56-b77
- ironchest 5.4.1.628
- MapWriter 2.0.11
- Natura 2.1.9
- NEI 1.6.1.5
- NEIAddons 1.9.0.r40
- NEIPlugins 1.1.0.1
- Tinkers Construct 1.4.6
- TreeCapitator (Forge version) 1.6.4.r02
I tried the first code mentioned in this post, and it says only key20 but no 'terminate' event.