projects
/
apps
/
madmutt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16be8d1
)
dead code
author
Pierre Habouzit
<madcoder@debian.org>
Sun, 11 Nov 2007 16:22:12 +0000
(17:22 +0100)
committer
Pierre Habouzit
<madcoder@debian.org>
Sun, 11 Nov 2007 16:22:12 +0000
(17:22 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
keymap.h
patch
|
blob
|
history
diff --git
a/keymap.h
b/keymap.h
index
1c26ed1
..
aceb5eb
100644
(file)
--- a/
keymap.h
+++ b/
keymap.h
@@
-15,9
+15,6
@@
/* maximal length of a key binding sequence used for buffer in km_bindkey */
#define MAX_SEQ 8
-/* flags for km_dokey() */
-#define M_KM_UNBUFFERED 1 /* don't read from the key buffer */
-
/* type for key storage, the rest of mutt works fine with int type */
typedef short keycode_t;