diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2013-08-26 01:14:35 +0100 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2013-08-26 01:14:35 +0100 |
commit | a36648e1721367e3e423be7a567aeeafc25e3f54 (patch) | |
tree | aa2893c988a77e49efd567b300e44c9f3bc57ac8 /termkey.h.in | |
parent | 24abb0c59e78c2b7a660ca05f5afb6c514555ca5 (diff) | |
download | termo-a36648e1721367e3e423be7a567aeeafc25e3f54.tar.gz termo-a36648e1721367e3e423be7a567aeeafc25e3f54.tar.xz termo-a36648e1721367e3e423be7a567aeeafc25e3f54.zip |
Added TERMKEY_FORMAT_LOWERMOD
Diffstat (limited to 'termkey.h.in')
-rw-r--r-- | termkey.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 <Escape> */ 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; |