X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=keymap.h;h=3668f18337a43c4b7c02604d824460a3a91a06e8;hp=55251e078b7e230849d0f333331f4d41b3a1fd39;hb=f0d5ecf432102dc3e6430ceb2a6c692ee856f4d4;hpb=c3e57678c8be193fc137854020f3a90887be97c9 diff --git a/keymap.h b/keymap.h index 55251e0..3668f18 100644 --- a/keymap.h +++ b/keymap.h @@ -15,6 +15,9 @@ /* 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;