summaryrefslogtreecommitdiff
path: root/chinese/cxterm
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-09-13 22:12:02 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-09-13 22:12:02 +0000
commit41e67ce6f3e1f5d4a1a97fa98fb3361356bd93d1 (patch)
treea9332b6506decfcc49aec980995ae4a994df6d1c /chinese/cxterm
parentThe fetchmail config script will automagically use Kerberos V5 if found. (diff)
All the use of more ptys.
Notes
Notes: svn path=/head/; revision=13101
Diffstat (limited to 'chinese/cxterm')
-rw-r--r--chinese/cxterm/files/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/cxterm/files/patch-ae b/chinese/cxterm/files/patch-ae
new file mode 100644
index 000000000000..0da327a859e7
--- /dev/null
+++ b/chinese/cxterm/files/patch-ae
@@ -0,0 +1,11 @@
+--- cxterm/ptyx.h.orig Tue Jan 17 02:57:50 1995
++++ cxterm/ptyx.h Sun Sep 13 15:08:17 1998
+@@ -115,7 +115,7 @@
+ #ifdef hpux
+ #define PTYCHAR2 "fedcba9876543210"
+ #else /* !hpux */
+-#define PTYCHAR2 "0123456789abcdef"
++#define PTYCHAR2 "0123456789abcdefghijklmnopqrstuvwxyz"
+ #endif /* !hpux */
+ #endif /* !PTYCHAR2 */
+