From a36648e1721367e3e423be7a567aeeafc25e3f54 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Mon, 26 Aug 2013 01:14:35 +0100 Subject: Added TERMKEY_FORMAT_LOWERMOD --- termkey.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'termkey.h.in') diff --git a/termkey.h.in b/termkey.h.in index b893cbc..04e0418 100644 --- a/termkey.h.in +++ b/termkey.h.in @@ -216,6 +216,7 @@ typedef enum { TERMKEY_FORMAT_ALTISMETA = 1 << 2, /* Meta- or M- instead of Alt- or A- */ TERMKEY_FORMAT_WRAPBRACKET = 1 << 3, /* Wrap special keys in brackets like */ TERMKEY_FORMAT_SPACEMOD = 1 << 4, /* M Foo instead of M-Foo */ + TERMKEY_FORMAT_LOWERMOD = 1 << 5, /* meta or m instead of Meta or M */ TERMKEY_FORMAT_MOUSE_POS = 1 << 8 /* Include mouse position if relevant; @ col,line */ } TermKeyFormat; -- cgit v1.2.3