Age | Commit message (Expand) | Author |
2019-08-08 | fix bug with global movements in arrow mode | KatolaZ |
2019-08-05 | remove atexit and replace exit() with cleanup() | KatolaZ |
2019-08-05 | replace isblank | KatolaZ |
2019-08-05 | move _i declaration up in arg.h | KatolaZ |
2019-08-05 | use std=c99 | KatolaZ |
2019-08-05 | Makefile: take advantage of having separate build units | Quentin Rameau |
2019-08-05 | Make sure step is 1 at startup | Quentin Rameau |
2019-08-05 | Improve Makefile | Quentin Rameau |
2019-08-02 | fix ANSI code in update_current() - thanks mwmsl! | KatolaZ |
2019-08-01 | remove trailing blank lines in write_file - change check_bound | KatolaZ |
2019-08-01 | fix bug in undo list allocation | KatolaZ |
2019-08-01 | add undo in erase mode | KatolaZ |
2019-08-01 | add undo in arrow mode | KatolaZ |
2019-08-01 | add crop-to-region in visual mode | KatolaZ |
2019-08-01 | add undo support for crop-to-visible | KatolaZ |
2019-07-31 | update Changelog -- release 0.2v0.2 | KatolaZ |
2019-07-31 | bump version number to 0.2 | KatolaZ |
2019-07-31 | add target dist to Makefile | KatolaZ |
2019-07-31 | update Changelog | KatolaZ |
2019-07-31 | support line-by-line undo in text mode | KatolaZ |
2019-07-31 | add undo support for box, visual, cut/paste | KatolaZ |
2019-07-31 | preliminary support for undo | KatolaZ |
2019-07-30 | fix bug in paste at point | KatolaZ |
2019-07-30 | yank buffer and initial copy/cut/paste support | KatolaZ |
2019-07-27 | add crop-to-visible function (C) | KatolaZ |
2019-07-27 | first step towards crop + some fixes to erase | KatolaZ |
2019-07-27 | Merge branch 'devel' into master | KatolaZ |
2019-07-27 | reorganise code | KatolaZ |
2019-07-26 | Merge branch 'devel' into master | KatolaZ |
2019-07-26 | change screen management -- dynamic array of lines | KatolaZ |
2019-07-26 | amended Makefile | KatolaZ |
2019-07-26 | towards dynamic screen management | KatolaZ |
2019-07-26 | small change to the manpage | KatolaZ |
2019-07-26 | add Changelog | KatolaZ |
2019-07-26 | add auto-arrow, multipliers, -s, -h | KatolaZ |
2019-07-24 | Merge branch 'master' into devel | KatolaZ |
2019-07-24 | add CC option to config.mk (commented) | KatolaZ |
2019-07-24 | Rework the Makefile a little | Quentin Rameau |
2019-07-24 | first steps towards script-mode | KatolaZ |
2019-07-24 | force flush on ANSI commands | KatolaZ |
2019-07-24 | Add install target to Makefile. Fix manpath. | Christoph Lohmann |
2019-07-24 | Fix markdown formatting in README.md. | Christoph Lohmann |
2019-07-24 | replace in README.mdv0.1 | KatolaZ |
2019-07-24 | amend README and rename to README.md | KatolaZ |
2019-07-24 | add license | KatolaZ |
2019-07-24 | amend manpage to mention screen size limitation | KatolaZ |
2019-07-24 | add config.h | KatolaZ |
2019-07-23 | add makefile | KatolaZ |
2019-07-22 | fix bug in screen init | KatolaZ |
2019-07-22 | initial commit of dynamic screen size | KatolaZ |