From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from groucho.cse.psu.edu ([130.203.2.12]) by hawkwind.utcs.toronto.edu with SMTP id <2777>; Thu, 8 Jul 1993 22:50:41 -0400 Received: from localhost by groucho.cse.psu.edu with SMTP id <2591>; Thu, 8 Jul 1993 22:49:10 -0400 To: rc@hawkwind.utcs.toronto.edu Subject: the one true use for ^Z Date: Thu, 8 Jul 1993 22:49:59 -0400 From: Scott Schwartz Message-Id: <93Jul8.224910edt.2591@groucho.cse.psu.edu> in the tty driver, it flushes pending input, independent of what the shell does with sigtstp. ; stty susp '^z' ; fn sigtstp {} ; sleep 5 ls ^Z ;