diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2013-08-26 01:32:35 +0100 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2013-08-26 01:32:35 +0100 |
commit | 3b2d8eb8130a5966b28d2426585f6fb077669002 (patch) | |
tree | 67f078959a08a11c7ccf216c6442951e27c2e484 /termkey.h.in | |
parent | a36648e1721367e3e423be7a567aeeafc25e3f54 (diff) | |
download | termo-3b2d8eb8130a5966b28d2426585f6fb077669002.tar.gz termo-3b2d8eb8130a5966b28d2426585f6fb077669002.tar.xz termo-3b2d8eb8130a5966b28d2426585f6fb077669002.zip |
Added TERMKEY_FORMAT_LOWERSPACE for strfkey() only
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 04e0418..fe37cc7 100644 --- a/termkey.h.in +++ b/termkey.h.in @@ -217,6 +217,7 @@ typedef enum { 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_LOWERSPACE = 1 << 6, /* page down instead of PageDown */ TERMKEY_FORMAT_MOUSE_POS = 1 << 8 /* Include mouse position if relevant; @ col,line */ } TermKeyFormat; |