summaryrefslogtreecommitdiff
path: root/vis.c
AgeCommit message (Collapse)Author
2014-09-08Add user prompt infrastructureMarc André Tanner
This is implemented by means of an one line height editor window and a set of custom key bindings.
2014-09-05Make status window optionalMarc André Tanner
This will be used to implement a command prompt window.
2014-09-04Implement movement to a given lineMarc André Tanner
2014-09-04Implement rudimentary mark handlingMarc André Tanner
2014-09-03Rudimentary support for copy / paste via registersMarc André Tanner
2014-09-01Refactor frontend codeMarc André Tanner
window.[ch] now contains a somewhat generic editor window which is then enhanced in vis.[ch] with a statusbar.
2014-08-31First part of a vi like frontendMarc André Tanner
Still very incomplete
2014-08-24Add work in progress editor frontendMarc André Tanner