aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tighten the command syntax.Kaz Kylheku2022-05-132-14/+40
* Remove stray clrline call from execute.Kaz Kylheku2022-05-131-2/+0
* When cmdbuf used for result, set cursor position to EOL.Kaz Kylheku2022-05-131-8/+10
* Much better editing.Kaz Kylheku2022-05-133-25/+109
* bugfix: snapshots not taken in background.Kaz Kylheku2022-05-131-1/+1
* New feature: highlight differences between snapshots.Kaz Kylheku2022-05-132-13/+104
* Preparation for diff-showing feature.Kaz Kylheku2022-05-131-30/+44
* drawline: move integer index pos, not line pointer.Kaz Kylheku2022-05-131-7/+7
* Expand tabs to spaces, with configurable tab size.Kaz Kylheku2022-05-132-20/+64
* Bugfix: getln doesn't substitute control chars.Kaz Kylheku2022-05-131-1/+1
* :p command resets any parameters not specified.Kaz Kylheku2022-05-112-2/+5
* Resizing: fix leaks, use-after-free.Kaz Kylheku2022-05-091-14/+15
* Add optional freeing code for leak debugging.Kaz Kylheku2022-05-091-0/+18
* Use resizebuf instead of realloc.Kaz Kylheku2022-05-091-1/+1
* Avoid unnecessary realloc in resizebuf.Kaz Kylheku2022-05-091-4/+5
* Use grclean instead of regfree and dsdrop.Kaz Kylheku2022-05-091-3/+1
* New :p command; :s saves display params too.Kaz Kylheku2022-05-082-6/+23
* Move decoding of -p params into function.Kaz Kylheku2022-05-081-37/+46
* Ctrl-G shows a few flags also, and -p restores them.Kaz Kylheku2022-05-082-9/+30
* New :s option to save the state.Kaz Kylheku2022-05-082-0/+78
* Implement -f option: commands from file.Kaz Kylheku2022-05-082-2/+62
* Move batch command execution into function.Kaz Kylheku2022-05-081-14/+23
* New video: split screen demo.Kaz Kylheku2022-05-071-0/+4
* New -e option to execute commands.Kaz Kylheku2022-05-072-6/+52
* Move trigger setting into execute function.Kaz Kylheku2022-05-071-99/+99
* Main loop vars: indentation fix.Kaz Kylheku2022-05-071-2/+2
* Change execute function's interface.Kaz Kylheku2022-05-071-40/+57
* New feature: trigger frequency and snapshot count.Kaz Kylheku2022-05-072-11/+103
* Use hex constants for status flags.Kaz Kylheku2022-05-071-11/+11
* Bugfix: getznn must allow zero.Kaz Kylheku2022-05-071-1/+1
* Algebraic adjustment in inequality.Kaz Kylheku2022-05-061-1/+1
* Minor tweak to middle pane behavior.Kaz Kylheku2022-05-061-1/+1
* Implement . (period) command for repeating commands.Kaz Kylheku2022-05-062-3/+33
* Convert almost all remaining unsigned int.Kaz Kylheku2022-05-061-28/+27
* Fix work overflow. Also increase max workbout to 4096.Kaz Kylheku2022-05-061-2/+6
* Fix lagging redraw upon resume from background.Kaz Kylheku2022-05-061-1/+1
* Show display params with Ctrl-G; restore with -p option.Kaz Kylheku2022-05-062-4/+89
* Result messages persist until key hit.Kaz Kylheku2022-05-061-1/+3
* Clip vertical splits correctly when line numbers turned on.Kaz Kylheku2022-05-061-9/+20
* Left and right separator indistinguishable when alone.Kaz Kylheku2022-05-061-6/+6
* Draw left bars even when there is no left pane.Kaz Kylheku2022-05-061-2/+4
* Removal of dubious addch(line, 0) caused crash.Kaz Kylheku2022-05-061-0/+8
* New { } commands to reposition middle pane origin.Kaz Kylheku2022-05-062-0/+26
* Limit scrolling to max line length, not arbitrary 10000.Kaz Kylheku2022-05-061-1/+1
* Remove dubious addch(line, 0) and compensating hack elsewhere.Kaz Kylheku2022-05-061-2/+1
* The [ ], < > commands take count.Kaz Kylheku2022-05-062-33/+37
* Nuke most unsigned int.Kaz Kylheku2022-05-061-23/+22
* Exchange [ ] and < > commands.Kaz Kylheku2022-05-062-8/+8
* Don't change middle pane origin and width when moving left split.Kaz Kylheku2022-05-061-8/+3
* Rewrite buggy middle pane logic.Kaz Kylheku2022-05-061-47/+24