summaryrefslogtreecommitdiffstats
path: root/keymap.h
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2003-07-16 11:17:31 +0000
committerBrendan Cully <brendan@kublai.com>2003-07-16 11:17:31 +0000
commit2a5f051c7fb9fd90aa419067838c1ec2a981a8fd (patch)
tree1b9d1d3907c2a728506535b00d04962d4c075505 /keymap.h
parent568f3435d21324e8e2ec0af6cc54584aeb688089 (diff)
This patch redoes yesterday's unbuffered input patch. Now it uses a
pseudo-option, which means less mess to carry down the call stack. It also made it much easier to have the SSL certificate menu be unbuffered, which it is now. So push commands won't annoy you when entering passwords or accepting certificates.
Diffstat (limited to 'keymap.h')
-rw-r--r--keymap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/keymap.h b/keymap.h
index 392910a5..bdbafae6 100644
--- a/keymap.h
+++ b/keymap.h
@@ -27,8 +27,7 @@ typedef short keycode_t;
void km_bind (char *, int, int, char *, char *);
void km_bindkey (char *, int, int);
-#define km_dokey(menu) _km_dokey(menu, 0)
-int _km_dokey (int, int);
+int km_dokey (int);
/* entry in the keymap tree */
struct keymap_t