about summary refs log tree commit diff stats
path: root/docs/pdcurses.key
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1999-02-18 10:30:13 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1999-02-18 10:30:13 -0500
commitc5fef0d4ab035d8fd988270a39ed6f9d0e9b214c (patch)
tree24189287f1876ed78999a0e3722ed26a8f733d05 /docs/pdcurses.key
parent8ce6b560f4fb325be3d34266c54c70eb8668e8e1 (diff)
downloadlynx-snapshots-c5fef0d4ab035d8fd988270a39ed6f9d0e9b214c.tar.gz
snapshot of project "lynx", label v2-8-2dev_17
Diffstat (limited to 'docs/pdcurses.key')
-rw-r--r--docs/pdcurses.key9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/pdcurses.key b/docs/pdcurses.key
index 927e8b31..84021afb 100644
--- a/docs/pdcurses.key
+++ b/docs/pdcurses.key
@@ -1,7 +1,12 @@
                         PDCurses Keymaps
 
-KEY_F0          0x108   /* function keys. space for      */
-KEY_F(n)    (KEY_F0+(n))/* 64 keys are reserved.         */
+KEY_F2          0x213   /* F2                            */
+KEY_F3          0x214   /* F3                            */
+KEY_F4          0x215   /* F4                            */
+KEY_F5          0x216   /* F5                            */
+KEY_F6          0x217   /* F6                            */
+KEY_F7          0x218   /* F7                            */
+KEY_F(n)    (0x108+(n)) /* If n>7 (9 keys are reserved)  */
 ALT_0           0x197   /* Alt-0                         */
 ALT_1           0x198   /* Alt-1                         */
 ALT_2           0x199   /* Alt-2                         */