summaryrefslogtreecommitdiffstats
path: root/keymap.h
diff options
context:
space:
mode:
authorMichael Elkins <me@sigpipe.org>2010-09-11 07:34:26 -0700
committerMichael Elkins <me@sigpipe.org>2010-09-11 07:34:26 -0700
commit42cc7ec372bc3a68964baa6090821bc7da66cd30 (patch)
treeef366fdae604e115d295eb6c2e1b584183271bf7 /keymap.h
parent806ddc5da78f0ff632c3daf84fcaabb1e103ac01 (diff)
support for ncurses extension allowing binding to function keys with modifiers
Diffstat (limited to 'keymap.h')
-rw-r--r--keymap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keymap.h b/keymap.h
index 0d6141a1..20212fd5 100644
--- a/keymap.h
+++ b/keymap.h
@@ -31,6 +31,8 @@ void km_bind (char *, int, int, char *, char *);
void km_bindkey (char *, int, int);
int km_dokey (int);
+void init_extended_keys(void);
+
/* entry in the keymap tree */
struct keymap_t
{