0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
basic forward search implemented and doing stuff More... over 13 years ago
fixed obvious errors on f_del, needs a good look over though More... over 13 years ago
allowed setting of sele before sels while maintaining sels < sele restriction, fixed realloc error in backspace, still have paste error where it doesnt insert buffer->c[0] More... over 13 years ago
corrected goto line and added some notes to keys More... over 13 years ago
updated readme and Makefile More... over 13 years ago
updated manpage and TODO More... over 13 years ago
fixed small error in f_del, implemented goto line number More... over 13 years ago
tidied up f_del a bit More... over 13 years ago
added delete and cut, minor changes to key bindings More... over 13 years ago
FINALLY copy and paste is behaving More... over 13 years ago
fixed selection case, checks on char level rather than just line level More... over 13 years ago
fixed sele issue when on an empty line, added paste, added sele and sels checking range More... over 13 years ago
fixed space issue with cursor line More... over 13 years ago
changed test.c to show screen dimensions better More... over 13 years ago
added skeletons for cut/copy/paste and implemented top align, also fixed bug in newl not setting dirty More... over 13 years ago
selection/cursor highlighting fixed More... over 13 years ago
fixed a few errors in highlighting More... over 13 years ago
implemented buggy selection highlighting, need to correct More... over 13 years ago
added \n bf/af and updated TODO More... over 13 years ago
updated keys, added f_sel, correct f_mark More... over 13 years ago
removed odraw More... over 13 years ago
fixed cursor when moving by screen and fixed pause and resume More... over 13 years ago
added by screen movement More... over 13 years ago
implemented 'correct' behavior with off screen movement, that line becomes height/2 rather than 0, still sub optimal (doesnt reuse previous line by scrolling) More... over 13 years ago
updated TODO, made quit not exit with changes unless told to More... over 13 years ago
fixed the backspace special case of pos.l->len == 0, tidied up height/width code just a bit, fixed off screen sdirty issue, updated TODO list More... over 13 years ago
implemented tabstop, fixed backspace and \n line alignment issues, removed some old commented code and simplified height/width stuff More... over 13 years ago
no longer stores \n in line, fixed pos.o vs pos.l->len 'bounds' issues, fixed silly backspace realloc bug More... over 13 years ago
implemented backspace 'across lines' More... over 13 years ago
updated TODO and keys More... over 13 years ago