aboutsummaryrefslogtreecommitdiff
path: root/register.c
AgeCommit message (Collapse)AuthorFilesLines
2015-05-16Cleanup general purpose buffer APIMarc André Tanner1-4/+4
Introduce buffer_init to initialize a stack allocated buffer. Rename buffer_{alloc,free} functions because they do something different than the usual convention. They operate on the underlying buffer data but do not allocate/free an actual Buffer struct.
2014-12-18Macro supportMarc André Tanner1-25/+5
At some point this should be optimized further at the moment there is some 20 byte overhead for each entered key.
2014-09-10Add comments where appropriateMarc André Tanner1-9/+1
2014-09-03Rudimentary support for copy / paste via registersMarc André Tanner1-6/+0
2014-08-31Add rudimentary register implementationMarc André Tanner1-0/+62