diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-02-15 04:10:19 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-02-15 04:10:19 -0500 |
commit | 383b3f2ddbc1e2b64996958c1d9d944979fd190b (patch) | |
tree | 5c448e24f1b69593713b31529d1bdedf39a22a9d /src/LYKeymap.h | |
parent | d61bc4e56055c372ab0b8d027f376c2f4a2ecfff (diff) | |
download | lynx-snapshots-383b3f2ddbc1e2b64996958c1d9d944979fd190b.tar.gz |
snapshot of project "lynx", label v2-8-3dev_19
Diffstat (limited to 'src/LYKeymap.h')
-rw-r--r-- | src/LYKeymap.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/LYKeymap.h b/src/LYKeymap.h index 54ee68de..bd0048b8 100644 --- a/src/LYKeymap.h +++ b/src/LYKeymap.h @@ -228,9 +228,10 @@ typedef enum { #ifdef SH_EX , LYK_CHG_CENTER , LYK_TO_CLIPBOARD - , LYK_CHG_KCODE #endif /* SH_EX */ - +#ifdef KANJI_CODE_OVERRIDE + , LYK_CHG_KCODE +#endif } LYKeymapCode; |