sam-fans - fans of the sam editor
 help / color / mirror / Atom feed
From: Scott Schwartz <schwartz@groucho.cse.psu.edu>
To: sam-fans@hawkwind.utcs.toronto.edu
Subject: Re: 9term fix for sunos 4.1.3
Date: Thu, 2 Jun 1994 15:21:45 -0400	[thread overview]
Message-ID: <94Jun2.152157edt.3029@groucho.cse.psu.edu> (raw)
In-Reply-To: Your message of "Thu, 02 Jun 1994 10:56:50 EDT." <199406021456.KAA06236@penfold.cc.gatech.edu>


Another fix: 

diff -ur libtext/click.c libtext-/click.c
--- libtext/click.c	Sat Jun  5 23:30:14 1993
+++ libtext-/click.c	Wed Nov 10 17:17:44 1993
@@ -4,12 +4,12 @@
 #include <frame.h>
 #include <text.h>
 
-static Rune	l1[] =		{ '{', '[', '(', '<', '\253', 0};
+static Rune	l1[] =		{ '{', '[', '(', '<', 0253, 0};
 static Rune	l2[] =		{ '\n', 0};
 static Rune	l3[] =		{ '\'', '"', '`', 0};
 Rune		*left[]=	{ l1, l2, l3, 0};
 
-static Rune	r1[] =		{'}', ']', ')', '>', '\273', 0};
+static Rune	r1[] =		{'}', ']', ')', '>', 0273, 0};
 static Rune	r2[] =		{'\n', 0};
 static Rune	r3[] =		{'\'', '"', '`', 0};
 Rune		*right[]=	{ r1, r2, r3, 0};


      parent reply	other threads:[~1994-06-02 19:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1994-06-02 14:56 Arnold Robbins
1994-06-02 19:18 ` Scott Schwartz
1994-06-02 19:21 ` Scott Schwartz [this message]

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=94Jun2.152157edt.3029@groucho.cse.psu.edu \
    --to=schwartz@groucho.cse.psu.edu \
    --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).