about summary refs log tree commit diff stats
path: root/src/LYForms.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1997-08-17 13:18:55 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1997-08-17 13:18:55 -0400
commitfbcb509d8db6255777742b09da479531108aa8d0 (patch)
treef1b14aa04f7c8eee2464f4575113db0c4c680900 /src/LYForms.c
parent050803d49a91559644e86a4ed38f11ba0afffbe4 (diff)
downloadlynx-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.c3
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 */