From owner-freebsd-current Wed May 3 05:37:33 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA01179 for current-outgoing; Wed, 3 May 1995 05:37:33 -0700 Received: from id.slip.bcm.tmc.edu (id.slip.bcm.tmc.edu [128.249.248.67]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id FAA01171 for ; Wed, 3 May 1995 05:37:23 -0700 Received: by id.slip.bcm.tmc.edu (8.6.9/1.34) id HAA05414; Wed, 3 May 1995 07:36:57 -0500 Date: Wed, 3 May 1995 07:36:57 -0500 From: rich@id.slip.bcm.tmc.edu (Rich Murphey) Message-Id: <199505031236.HAA05414@id.slip.bcm.tmc.edu> To: asami@cs.berkeley.edu CC: current@FreeBSD.org In-reply-to: <199505030602.XAA12888@silvia.HIP.Berkeley.EDU> (asami@cs.berkeley.edu) Subject: Re: xterm can't find ttyp[g-v] Reply-to: rich@lamprey.utmb.edu Sender: current-owner@FreeBSD.org Precedence: bulk :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