diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-08-17 13:18:55 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-08-17 13:18:55 -0400 |
commit | fbcb509d8db6255777742b09da479531108aa8d0 (patch) | |
tree | f1b14aa04f7c8eee2464f4575113db0c4c680900 /src/LYForms.c | |
parent | 050803d49a91559644e86a4ed38f11ba0afffbe4 (diff) | |
download | lynx-snapshots-fbcb509d8db6255777742b09da479531108aa8d0.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-52
Diffstat (limited to 'src/LYForms.c')
-rw-r--r-- | src/LYForms.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/LYForms.c b/src/LYForms.c index 1c053bca..e48a6ca8 100644 --- a/src/LYForms.c +++ b/src/LYForms.c @@ -673,6 +673,9 @@ PRIVATE int popup_options ARGS7( return(orig_selection); } scrollok(form_window, TRUE); +#ifdef PDCURSES + keypad(form_window, TRUE); +#endif /* PDCURSES */ #ifdef NCURSES #ifdef wgetbkgd #define getbkgd(w) wgetbkgd(w) /* workaround pre-1.9.9g bug */ |