pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/tcsh/patches Add a patch to fix issue with Meta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be5deb017f24
branches:  trunk
changeset: 604221:be5deb017f24
user:      he <he%pkgsrc.org@localhost>
date:      Sat May 26 08:34:14 2012 +0000

description:
Add a patch to fix issue with Meta-<key> no longer being recognized.
Patch from christos@.  (Sorry for overlooking "cvs add" earlier...)

diffstat:

 shells/tcsh/patches/patch-ac |  16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diffs (20 lines):

diff -r 98fc53c47290 -r be5deb017f24 shells/tcsh/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/tcsh/patches/patch-ac      Sat May 26 08:34:14 2012 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.15 2012/05/26 08:34:14 he Exp $
+
+Fix problem with Meta-<key> no longer being recognized,
+patch from christos@.
+
+--- ed.inputl.c.orig   2010-12-22 17:26:04.000000000 +0000
++++ ed.inputl.c
+@@ -683,7 +683,7 @@ GetNextCommand(KEYCMD *cmdnum, Char *ch)
+ #ifdef DSPMBYTE
+            _enable_mbdisp &&
+ #else
+-           MB_CUR_MAX == 1 &&
++           MB_LEN_MAX == 1 &&
+ #endif
+            !adrof(STRnokanji) && (*ch & META)) {
+           MetaNext = 0;



Home | Main Index | Thread Index | Old Index