SUMMARY : Traping ctrl-z

From: <Klas.Erlandsson_at_europolitan.se>
Date: Mon, 22 Oct 2001 09:57:11 +0200

Hi!

I got alot of answers thanks everybody!

Many recomenden me to make the menu in a higer level language like C.

Here are some solutions:

This is what I did:
stty susp ^-
(disbale ctrl-z)


Another easy solution:
Call your csh script from a (k)sh script like this:
#!/bin/sh
trap '' TSTP
exec csh -f menu_script.csh


Regards Klas Erlandsson
Received on Mon Oct 22 2001 - 09:40:51 NZDT

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:42 NZDT