summaryrefslogtreecommitdiff
path: root/src/keys.cc
AgeCommit message (Expand)Author
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