Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cmcl2!dasys1!jpr From: jpr@dasys1.UUCP (Jean-Pierre Radley) Newsgroups: comp.unix.questions Subject: Re: capturing a cntrl-s... or interupts. Message-ID: <10116@dasys1.UUCP> Date: 5 Jul 89 05:01:26 GMT References: <20053@adm.BRL.MIL> Reply-To: jpr@dasys1.UUCP (Jean-Pierre Radley) Organization: TANGENT Lines: 17 In article <20053@adm.BRL.MIL> C463435@umcvmb.missouri.edu (Don Ingli) writes: >How can I capture a control-s in an input stream without >it suspending the terminal??? Raw mode??? >This is for a C program runninx Sys V unix on an AT&T 3b2. We have >CURSES if that helps... When you say "capture" the control-s, I take it you mean prevent the control-s from controlling anything. Have you tried stty -ixon