Current-Users archive

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

Re: Help with tcsh-6.18.01 and the meta key?



In article <jpmmpc$sv4$1%dough.gmane.org@localhost>,
Christos Zoulas <christos%astron.com@localhost> wrote:
>
>I don't know what's wrong. It seems to work just fine for me on macosx, sshing
>to NetBSD. I'll try native tomorrow.

Curiosity took the better of me...

christos

Index: ed.inputl.c
===================================================================
RCS file: /p/tcsh/cvsroot/tcsh/ed.inputl.c,v
retrieving revision 3.71
retrieving revision 3.72
diff -u -r3.71 -r3.72
--- ed.inputl.c 22 Dec 2010 17:26:04 -0000      3.71
+++ ed.inputl.c 25 May 2012 01:39:03 -0000      3.72
@@ -683,7 +683,7 @@
 #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