summaryrefslogtreecommitdiff
path: root/src/keys.hh
AgeCommit message (Expand)Author
2014-11-12Cleanup includesMaxime Coste
2014-10-15Make it more explicit that Key modifiers is a bit fieldMaxime Coste
2014-05-25Rename Key::Erase to Key::Delete and add 'del' keynameMaxime Coste
2014-04-20use StringView for parse_keysMaxime Coste
2014-01-09Style changes, replace typedefs with usingsMaxime Coste
2014-01-04Add support for the erase key in prompt and insert modeMaxime Coste
2013-11-09Add support for function keys F1-F12Maxime Coste
2013-10-26Specify key modifiers using constexpr functions for brevityMaxime Coste
2013-07-26Key: always pass by valueMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-02-19Add support for Home/End key in promptsMaxime Coste
2013-01-30Keys: add key_to_str functionMaxime Coste
2012-10-18avoid utf8 errors with invalid keys, like ncurse KEY_RESIZEMaxime Coste
2012-10-09add a unicode.hh header for Codepoint related functions, s/utf8::Codepoint/Co...Maxime Coste
2012-10-08get rid of CharacterMaxime Coste
2012-09-11Support Shift-Tab in prompt mode to go back in completionsMaxime Coste
2012-09-07Add support for page up and page downMaxime Coste
2012-09-07Cleanup Key handling, use symbolic names for function keysMaxime Coste
2012-09-04use more constexprMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2011-12-21Use Keys instead of char for keymapMaxime Coste
2011-12-20Add Key structMaxime Coste