diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2001-02-09 03:00:04 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2001-02-09 03:00:04 -0500 |
commit | 2a786b2632ff4fe945cb5826f7a378778caf72eb (patch) | |
tree | dc9ae455c293e2362034f81eb872eccf5435992f /src/LYEditmap.c | |
parent | d31fb3c41be5d6e079d415087eda3c03cc34bcdb (diff) | |
download | lynx-snapshots-2a786b2632ff4fe945cb5826f7a378778caf72eb.tar.gz |
snapshot of project "lynx", label v2-8-4dev_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 575c89f3..881ffbc6 100644 --- a/src/LYEditmap.c +++ b/src/LYEditmap.c @@ -27,6 +27,8 @@ PUBLIC int current_lineedit = 0; /* Index into LYLineEditors[] */ +PUBLIC int escape_bound = 0; /* User wanted Escape to perform actions? */ + /* * See LYStrings.h for the LYE definitions. */ |