Do not allow CTRL-Z and CTRL-C to be pressed in console.

Fixes Ticket #57
This commit is contained in:
Scott Ullrich 2005-05-23 13:35:45 +00:00
parent f53b85a3a3
commit 2733ae7887

1
etc/rc
View File

@ -8,6 +8,7 @@
# All rights reserved.
stty status '^T'
stty susp '^-' intr '^-' quit '^-'
trap : 2
trap : 3