This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
NOTUSEDPLEASEDELETE's profile picture

Shell can be terminated [ComputerCraft 1.55]

Started by NOTUSEDPLEASEDELETE, 15 July 2013 - 02:51 PM
NOTUSEDPLEASEDELETE #1
Posted 15 July 2013 - 04:51 PM
If you press Ctrl+T in the shell it displays this:

Terminated
Press any key to continue

And when I press a key it shuts down.
Lyqyd #2
Posted 15 July 2013 - 05:09 PM
Not a bug.
Cranium #3
Posted 15 July 2013 - 05:32 PM
To elaborate on my verbally-challenged colleague's minimalist post, it's not a bug, since it's an intended feature. Pressing CTRL + T in any program is intended to stop the program. Shell has always been terminable.

The only exception to this rule, is if a program has the following in it:
os.pullEvent = os.pullEventRaw