Path: utzoo!attcan!uunet!cs.utexas.edu!samsung!zaphod.mps.ohio-state.edu!rpi!sci.ccny.cuny.edu!phri!cmcl2!lanl!sct From: sct@lanl.gov (Stephen Tenbrink) Newsgroups: comp.unix.questions Subject: Re: CTRL-C advice Summary: control-] c Message-ID: <52849@lanl.gov> Date: 1 Jun 90 21:44:49 GMT References: <23352@adm.BRL.MIL> <455@ncrstp.StPaul.NCR.COM> Organization: Los Alamos Natl Lab, Los Alamos, N.M. Lines: 15 > In article <23352@adm.BRL.MIL> WLIVINGSTON@gunter-adam.af.mil (Walt Livingston) writes: > :of this from within a window. When I issue the CTRL-C, AU/X (and I assume > :UNIX) thinks I mean "kill the current process", kills the window and drops > :my connection. My question: Is there a way, in UNIX, to temporarily > :disable the CTRL-C (UNIX kill process) while within Kermit, and enable the > :CTRL-C when I am finished ?? I think the problem here is not CTRL-C. The usualy kermit escape character is CTRL-] followed by a C. If you are actually hitting CTRL-C it will kill the process. Hope this helps.