diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-12-15 11:25:06 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-12-15 11:25:06 -0500 |
commit | f61041c10496785b2833ee4f76ef3edc9792b1bd (patch) | |
tree | e9c127318bebeb1a4944bf636fca5bd188a90771 /src/LYEditmap.c | |
parent | 4525eb4b32fdf2124e246285af59a1e14ecbf551 (diff) | |
download | lynx-snapshots-f61041c10496785b2833ee4f76ef3edc9792b1bd.tar.gz |
snapshot of project "lynx", label v2-8-3dev_17
Diffstat (limited to 'src/LYEditmap.c')
-rw-r--r-- | src/LYEditmap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/LYEditmap.c b/src/LYEditmap.c index 6403e7fb..b9bcce32 100644 --- a/src/LYEditmap.c +++ b/src/LYEditmap.c @@ -1163,6 +1163,7 @@ PUBLIC int LYEditKeyForAction ARGS2( if ((editaction & LYE_DF) && mod3found < 0) mod3found = i; } +#ifdef EXP_ALT_BINDINGS if (mod3found >= 0) { for (i = mod3found; i >= 0; i = NEXT_I(i,LAST_MOD3_LKC)) { editaction = LYLineEditors[current_lineedit][i]; @@ -1277,6 +1278,7 @@ PUBLIC int LYEditKeyForAction ARGS2( } } } +#endif /* EXP_ALT_BINDINGS */ if (pmodkey) *pmodkey = -1; return (-1); |