aboutsummaryrefslogtreecommitdiffstats
path: root/shells/zsh+euc_hack/files/patch-Src::Zle::zle.h
blob: f0e1e59e93ecd0f82c1b772c270aef95f5825098 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Src/Zle/zle.h.orig  Tue May 23 17:20:57 2000
+++ Src/Zle/zle.h   Thu May  9 06:49:30 2002
@@ -194,3 +194,8 @@
 /* Invalidate the completion list. */
 
 #define invalidatelist() runhookdef(INVALIDATELISTHOOK, NULL)
+
+#ifdef ZSH_EUC
+#define _MB1 0x01
+#define _MB2 0x02
+#endif