diff options
Diffstat (limited to 'chinese/pine4/files/patch-an')
-rw-r--r-- | chinese/pine4/files/patch-an | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chinese/pine4/files/patch-an b/chinese/pine4/files/patch-an deleted file mode 100644 index 1c4d0e07b89c..000000000000 --- a/chinese/pine4/files/patch-an +++ /dev/null @@ -1,11 +0,0 @@ ---- pico/estruct.h.orig Tue Oct 5 04:02:41 1999 -+++ pico/estruct.h Thu Oct 14 10:53:41 1999 -@@ -130,7 +130,7 @@ - #define LOBIT_CHAR(C) ((C) > 0x1f && (C) < 0x7f) - #define HIBIT_CHAR(C) ((C) > 0x7f && (C) <= 0xff) - #define HIBIT_OK(C) (!(gmode & MDHBTIGN)) --#define VALID_KEY(C) (LOBIT_CHAR(C) || (HIBIT_OK(C) && HIBIT_CHAR(C))) -+#define VALID_KEY(C) (((C) & 0x80) ? 1 : LOBIT_CHAR(C)) - #define ctrl(c) ((c) & 0x1f) /* control character mapping */ - - #define STDIN_FD 0 |