aboutsummaryrefslogtreecommitdiff
path: root/keys.h
AgeCommit message (Collapse)Author
2019-05-28Some major refactoring including moving more stuff into bterm.h (renamedBruce Hill
from keys.h), a custom readline (`read` was buggy), better customization, and improved renaming bindings.
2019-05-25Some major refactoring, removed the tabs feature, added marks (muchBruce Hill
simpler)
2019-05-25Lots of refactoring, including adding function stubsBruce Hill
2019-05-24Added shuffle functionality, cleaned up and improved column drawing, andBruce Hill
did a ton of cleanup of compiler warnings.
2019-05-24Refactored a bit, allowed cmds to use unique prefixes (e.g. 'q' insteadBruce Hill
of 'quit', 'scr' instead of 'scroll', etc), added vim modelines
2019-05-23Lots of refactoring and cleanupBruce Hill
2019-05-23Added key binding tool (ctrl-h) to figure out what a binding isBruce Hill
2019-05-22Added polling for blocking key readsBruce Hill
2019-05-22Added dynamically generated help, fixed some ctrl-c stuff.Bruce Hill
2019-05-21Added some more keybindings and cleaned up a bitBruce Hill
2019-05-21Updates and improvements.Bruce Hill
2019-05-20Initial commitBruce Hill