From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from aubrey.stanford.edu ([36.48.0.102]) by hawkwind.utcs.utoronto.ca with SMTP id <24700>; Thu, 28 Jan 1999 12:27:41 -0500 Received: (qmail 24925 invoked from network); 28 Jan 1999 16:55:17 -0000 Received: from localhost.stanford.edu (HELO aubrey.stanford.edu) (jimr@127.0.0.1) by localhost.stanford.edu with SMTP; 28 Jan 1999 16:55:17 -0000 X-url: http://highwire.stanford.edu/~jimr/ X-face: "!ZH^<"U,NeU:732A To: Aharon Robbins cc: sam-fans@hawkwind.utcs.toronto.edu Dcc: Subject: Re: more on my 9term In-reply-to: Message from Aharon Robbins of "Thu, 28 Jan 1999 08:02:48 EST."References: <199901281334.IAA19617@dilbert.mathcs.emory.edu> <199901281334.IAA19617@dilbert.mathcs.emory.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <24917.917542517.1@aubrey.stanford.edu> Date: Thu, 28 Jan 1999 11:55:17 -0500 Sender: jimr@aubrey.stanford.edu Message-Id: <99Jan28.122741est.24700@hawkwind.utcs.utoronto.ca> > Hmmm. Control-c for interrupt doesn't work on the 9term I just built.... > Maybe Bengt's version is better? The default "intr" key for the 9term is Del. What I have in my .rcrc to deal with that is: if (~ `{tty} /dev/ttyp* && ~ $TERM 9term) { stty erase '^H' > /dev/null >[2=1] stty intr '^?' > /dev/null >[2=1] } else { if ( ! ~ $TERM ()) { stty sane > /dev/null >[2=1] } }