Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 1995 07:36:57 -0500
From:      rich@id.slip.bcm.tmc.edu (Rich Murphey)
To:        asami@cs.berkeley.edu
Cc:        current@FreeBSD.org
Subject:   Re: xterm can't find ttyp[g-v]
Message-ID:  <199505031236.HAA05414@id.slip.bcm.tmc.edu>
In-Reply-To: <199505030602.XAA12888@silvia.HIP.Berkeley.EDU> (asami@cs.berkeley.edu)

next in thread | previous in thread | raw e-mail | index | archive | help
:From: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=)
:Just to follow up on my own post, the following patch to xterm fixed
:it:
:
:=====
:--- ./ptyx.h.org	Mon Aug 15 12:48:46 1994
:+++ ./ptyx.h	Tue May  2 22:54:12 1995
:@@ -91,7 +91,11 @@
: #ifdef hpux
: #define	PTYCHAR2	"fedcba9876543210"
: #else	/* !hpux */
:+#ifdef __FreeBSD__
:+#define	PTYCHAR2	"0123456789abcdefghijklmnopqrstuv"
:+#else	/* !__FreeBSD__ */
: #define	PTYCHAR2	"0123456789abcdef"
:+#endif	/* !__FreeBSD__ */
: #endif	/* !hpux */
: #endif	/* !PTYCHAR2 */
: 
:=====
:
:Rich, can you please give this back to the XFree86 people?
:
:Satoshi


Yep, done!  Rich



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505031236.HAA05414>