summaryrefslogtreecommitdiff
path: root/src/keys.cc
AgeCommit message (Expand)Author
2014-07-05utf8: use end of sequence iterators for more securityMaxime Coste
2014-06-24Rename utf8::utf8_iterator to utf8::iteratorMaxime Coste
2014-06-05Properly handle unicode in key parsingMaxime Coste
2014-05-25Rename Key::Erase to Key::Delete and add 'del' keynameMaxime Coste
2014-04-20use StringView for parse_keysMaxime Coste
2014-04-03Fix some more constexpr issues for clangJimmy Thrasher
2014-03-20Store key names in a constexpr arrayMaxime Coste
2013-11-09Add support for function keys F1-F12Maxime Coste
2013-07-26Key: always pass by valueMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-04-09rename assert to kak_assert to avoid collisionsMaxime Coste
2013-04-02add <lt> and <gt> key nameMaxime Coste
2013-02-19Add support for Home/End key in promptsMaxime Coste
2013-02-18Add macro recording/replay supportMaxime Coste
2013-01-30Keys: add key_to_str functionMaxime Coste
2012-10-11use ByteCount instead of CharCount when we are really counting bytesMaxime 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-17fix parse_keys for <esc>Maxime Coste
2012-09-03fix control key parsingMaxime Coste
2012-08-23use a strongly typed int CharCount for character countsMaxime Coste
2012-08-21fix parse_keys for <a-key>Maxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-01-29make parse_keys handle <c-*> and <a-*> keys.Maxime Coste
2011-12-20Add Key structMaxime Coste