aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix pane display bugs.Kaz Kylheku2022-05-061-6/+39
* Adjust or hide panes on window resize.Kaz Kylheku2022-05-061-0/+7
* README: code has grown a bit.Kaz Kylheku2022-05-061-1/+1
* Toggle highlighting of marker chars.Kaz Kylheku2022-05-062-6/+45
* New feature: double vertical split.Kaz Kylheku2022-05-052-14/+148
* Refactoring post: split long lines.Kaz Kylheku2022-05-051-8/+18
* Refactoring: some vars moved into pwstate struct.Kaz Kylheku2022-05-051-196/+201
* README: Try to add PlantUML State Diagram.Kaz Kylheku2022-05-041-0/+4
* README: improved wording about background operation.Kaz Kylheku2022-05-041-2/+3
* Man page: new BUGS entry about those zero line numbers.Kaz Kylheku2022-05-041-0/+7
* Impose limit on maximum line length, controlled by option.Kaz Kylheku2022-05-032-5/+38
* Don't retrace if there are no lines to draw.Kaz Kylheku2022-05-031-1/+1
* Line number cosmetic issue.Kaz Kylheku2022-05-031-2/+2
* Implement quit count safeguard.Kaz Kylheku2022-05-032-3/+37
* Bugfix: stat_force not stat_dirty to display cmd result.Kaz Kylheku2022-05-031-1/+1
* New -g option to pre-load the grep stack.Kaz Kylheku2022-05-032-1/+86
* Ctrl-L refresh.Kaz Kylheku2022-05-032-0/+5
* Keep taking snapshots in background.Kaz Kylheku2022-05-031-3/+3
* README tweaking.Kaz Kylheku2022-05-031-25/+28
* Relax restrictions on stdout; improve error reporting.Kaz Kylheku2022-05-022-29/+27
* Remove non-interactive mode.Kaz Kylheku2022-05-022-74/+92
* On EOF, don't call redraw, but only drawstatus.Kaz Kylheku2022-05-021-2/+3
* Ensure clrline calls observe background mode.Kaz Kylheku2022-05-021-9/+10
* Don't touch tty if exiting while backgrounded.Kaz Kylheku2022-05-021-3/+8
* New feature: read input if executing in background.Kaz Kylheku2022-05-022-23/+85
* README: adjust fit of video frame.Kaz Kylheku2022-05-021-1/+1
* Improve README.Kaz Kylheku2022-05-021-20/+52
* Add forgotten copyright block to C source.Kaz Kylheku2022-05-022-1/+28
* More description in README.Kaz Kylheku2022-05-011-0/+12
* Add markdown README.Kaz Kylheku2022-05-011-0/+21
* Fix null pointer deref in freebuf.Kaz Kylheku2022-05-011-2/+3
* Man page: + clears history and is disabled in history view.Kaz Kylheku2022-05-011-0/+4
* A bit more encapsulation for the regex handling.Kaz Kylheku2022-05-011-41/+58
* triggers: use dsref on dstr, not dsdup.Kaz Kylheku2022-05-011-1/+1
* Refactor: move regexec calls into function.Kaz Kylheku2022-05-011-17/+14