From 2a5f051c7fb9fd90aa419067838c1ec2a981a8fd Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Wed, 16 Jul 2003 11:17:31 +0000 Subject: 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. --- keymap.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'keymap.h') 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 -- cgit v1.2.3