aboutsummaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Collapse)AuthorFilesLines
2014-09-08Add user prompt infrastructureMarc André Tanner1-2/+2
This is implemented by means of an one line height editor window and a set of custom key bindings.
2014-09-05Cleanup vis.hMarc André Tanner1-0/+83
2014-09-04Skip modes with common prefix if it does not matchMarc André Tanner1-0/+2
2014-09-04Implement movement to a given lineMarc André Tanner1-10/+0
2014-09-04Factor out getkey logicMarc André Tanner1-27/+30
2014-09-03Enable text objects, introduce operator optionsMarc André Tanner1-4/+2
2014-09-01Refactor frontend codeMarc André Tanner1-0/+234
window.[ch] now contains a somewhat generic editor window which is then enhanced in vis.[ch] with a statusbar.