sam-fans - fans of the sam editor
 help / color / mirror / Atom feed
* more on my 9term
@ 1999-01-28 13:02 Aharon Robbins
  1999-01-28 16:55 ` James A. Robinson
  0 siblings, 1 reply; 3+ messages in thread
From: Aharon Robbins @ 1999-01-28 13:02 UTC (permalink / raw)
  To: sam-fans

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 514 bytes --]

Hmmm.  Control-c for interrupt doesn't work on the 9term I just built....
Maybe Bengt's version is better?

I tried to build 9term 1.6.3 with the research!rsc patch file, and it is still
much worse than the patched 1.6.6.

Sigh.  Nothing like portability. ☺

Arnold
--
Aharon (a.k.a. Arnold) Robbins		arnold@gnu.org
P.O. Box 354			Home Phone: +972  8 979-0381
Nof Ayalon			Cell Phone: +972 51  297-545
D.N. Shimshon 99784		Laundry increases exponentially in the
ISRAEL				number of children. -- Miriam Robbins



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: more on my 9term
  1999-01-28 13:02 more on my 9term Aharon Robbins
@ 1999-01-28 16:55 ` James A. Robinson
  0 siblings, 0 replies; 3+ messages in thread
From: James A. Robinson @ 1999-01-28 16:55 UTC (permalink / raw)
  To: Aharon Robbins; +Cc: sam-fans

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: more on my 9term
@ 1999-01-28 16:42 Bengt Kleberg
  0 siblings, 0 replies; 3+ messages in thread
From: Bengt Kleberg @ 1999-01-28 16:42 UTC (permalink / raw)
  To: arnold, sam-fans

> I tried to build 9term 1.6.3 with the research!rsc patch file, and it is still
> much worse than the patched 1.6.6.

AFAIK there where no patches applied to my 9term (before I added some for linux).


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1999-01-28 17:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-01-28 13:02 more on my 9term Aharon Robbins
1999-01-28 16:55 ` James A. Robinson
1999-01-28 16:42 Bengt Kleberg

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).