sam-fans - fans of the sam editor
 help / color / mirror / Atom feed
From: "James A. Robinson" <Jim.Robinson@Stanford.Edu>
To: Aharon Robbins <arnold@gnu.org>
Cc: sam-fans@hawkwind.utcs.toronto.edu
Subject: Re: more on my 9term
Date: Thu, 28 Jan 1999 11:55:17 -0500	[thread overview]
Message-ID: <99Jan28.122741est.24700@hawkwind.utcs.utoronto.ca> (raw)
In-Reply-To: Message from Aharon Robbins <arnold@gnu.org>  of "Thu, 28 Jan 1999 08:02:48 EST."References: <199901281334.IAA19617@dilbert.mathcs.emory.edu>  <199901281334.IAA19617@dilbert.mathcs.emory.edu>

> 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]
		}
	}


  reply	other threads:[~1999-01-28 17:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-01-28 13:02 Aharon Robbins
1999-01-28 16:55 ` James A. Robinson [this message]
1999-01-28 16:42 Bengt Kleberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=99Jan28.122741est.24700@hawkwind.utcs.utoronto.ca \
    --to=jim.robinson@stanford.edu \
    --cc=arnold@gnu.org \
    --cc=sam-fans@hawkwind.utcs.toronto.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).