From owner-freebsd-questions Thu Nov 9 07:55:27 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA20230 for questions-outgoing; Thu, 9 Nov 1995 07:55:27 -0800 Received: from starfire.mn.org (starfire.skypoint.net [199.86.32.187]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id HAA20223 for ; Thu, 9 Nov 1995 07:55:21 -0800 From: john@starfire.mn.org Received: (from john@localhost) by starfire.mn.org (8.6.11/1.1) id JAA20093; Thu, 9 Nov 1995 09:55:55 -0600 Message-Id: <199511091555.JAA20093@starfire.mn.org> Subject: Re: disabling job control keys To: mrami@minerva.cis.yale.edu Date: Thu, 9 Nov 1995 09:55:54 -0600 (CST) Cc: gibbs@freefall.freebsd.org, questions@FreeBSD.org (FreeBSD questions) In-Reply-To: from "Marc Ramirez" at Nov 9, 95 02:55:41 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1272 Sender: owner-questions@FreeBSD.org Precedence: bulk Marc Ramirez wrote: > > On Wed, 8 Nov 1995, Justin T. Gibbs wrote: > > > >I have a number of non-sophisticated users who only end up being > > >confused if they issue SUSP or anything like that. Is there a way > > >to entirely disable those features of the tty and ptty drivers? > > > > > > John Lind, Starfire Consulting Services > > >E-mail: john@starfire.MN.ORG USnail: PO Box 17247, Mpls MN 55417 > > > > >From the stty man page, this looks like what you want: > > > > isig (-isig) > > Enable (disable) the checking of characters against the > > special control characters INTR, QUIT, and SUSP. > > Mightn't > > $ stty susp undef > > do the trick better? I would think twice about getting rid of INTR. Yes, perfect! I just checked the man page to see I hadn't just missed something, and the pager finds no occurance of "undef". How did you know about this? (RTFS, right? :-) I am putting stty susp undef dsusp undef in their .login scripts right now... BTW, is there a global way to change such things? If I wanted to make erase ^h and define status system-wide, is there a straight-forward way to do that? John Lind, Starfire Consulting Services E-mail: john@starfire.MN.ORG USnail: PO Box 17247, Mpls MN 55417