Date: Thu, 9 Nov 1995 09:55:54 -0600 (CST) From: john@starfire.mn.org To: mrami@minerva.cis.yale.edu Cc: gibbs@freefall.freebsd.org, questions@FreeBSD.org (FreeBSD questions) Subject: Re: disabling job control keys Message-ID: <199511091555.JAA20093@starfire.mn.org> In-Reply-To: <Pine.BSF.3.91.951109025017.18157C-100000@mramirez.sy.yale.edu> from "Marc Ramirez" at Nov 9, 95 02:55:41 am
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511091555.JAA20093>