summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-09release 0.3v0.3KatolaZ
2019-08-09bump version to 0.3KatolaZ
2019-08-09update TODOKatolaZ
2019-08-09small change to manpageKatolaZ
2019-08-09fix bug in crop-to-visualboxKatolaZ
2019-08-09document read-at-point and re-organise options in manpageKatolaZ
2019-08-09add read-at-point functionKatolaZ
2019-08-09Use target-specific vars for debug targetKatolaZ
2019-08-09add debug target in MakefileKatolaZ
2019-08-08fix bug with global movements in arrow modeKatolaZ
2019-08-05remove atexit and replace exit() with cleanup()KatolaZ
2019-08-05replace isblankKatolaZ
2019-08-05move _i declaration up in arg.hKatolaZ
2019-08-05use std=c99KatolaZ
2019-08-05Makefile: take advantage of having separate build unitsQuentin Rameau
2019-08-05Make sure step is 1 at startupQuentin Rameau
2019-08-05Improve MakefileQuentin Rameau
2019-08-02fix ANSI code in update_current() - thanks mwmsl!KatolaZ
2019-08-01remove trailing blank lines in write_file - change check_boundKatolaZ
2019-08-01fix bug in undo list allocationKatolaZ
2019-08-01add undo in erase modeKatolaZ
2019-08-01add undo in arrow modeKatolaZ
2019-08-01add crop-to-region in visual modeKatolaZ
2019-08-01add undo support for crop-to-visibleKatolaZ
2019-07-31update Changelog -- release 0.2v0.2KatolaZ
2019-07-31bump version number to 0.2KatolaZ
2019-07-31add target dist to MakefileKatolaZ
2019-07-31update ChangelogKatolaZ
2019-07-31support line-by-line undo in text modeKatolaZ
2019-07-31add undo support for box, visual, cut/pasteKatolaZ
2019-07-31preliminary support for undoKatolaZ
2019-07-30fix bug in paste at pointKatolaZ
2019-07-30yank buffer and initial copy/cut/paste supportKatolaZ
2019-07-27add crop-to-visible function (C)KatolaZ
2019-07-27first step towards crop + some fixes to eraseKatolaZ
2019-07-27Merge branch 'devel' into masterKatolaZ
2019-07-27reorganise codeKatolaZ
2019-07-26Merge branch 'devel' into masterKatolaZ
2019-07-26change screen management -- dynamic array of linesKatolaZ
2019-07-26amended MakefileKatolaZ
2019-07-26towards dynamic screen managementKatolaZ
2019-07-26small change to the manpageKatolaZ
2019-07-26add ChangelogKatolaZ
2019-07-26add auto-arrow, multipliers, -s, -hKatolaZ
2019-07-24Merge branch 'master' into develKatolaZ
2019-07-24add CC option to config.mk (commented)KatolaZ
2019-07-24Rework the Makefile a littleQuentin Rameau
2019-07-24first steps towards script-modeKatolaZ
2019-07-24force flush on ANSI commandsKatolaZ
2019-07-24Add install target to Makefile. Fix manpath.Christoph Lohmann