aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* New # command to toggle line numbers.Kaz Kylheku2022-05-012-13/+43
* Allow leading ! to invert trigger patterns.Kaz Kylheku2022-05-012-10/+44
* New feature: snapshot history.Kaz Kylheku2022-05-012-41/+133
* Fix memory leak when resizing line buffer down.Kaz Kylheku2022-05-011-0/+3
* Don't copy to snapshot when dirty flag is absent.Kaz Kylheku2022-05-011-1/+1
* New a, d commands to advance or delay triggers.Kaz Kylheku2022-04-302-0/+38
* Triggers: switch implementation to grep structs.Kaz Kylheku2022-04-301-20/+32
* Fix issues with the count prefix.Kaz Kylheku2022-04-302-5/+13
* New feature: multi-line triggering.Kaz Kylheku2022-04-302-62/+175
* Commands can have numeric prefix: + is guinea pig for this.Kaz Kylheku2022-04-302-13/+39
* Regression: no redraw for horizontal scrolling.Kaz Kylheku2022-04-301-1/+1
* Use BRE by default, with optional ERE.Kaz Kylheku2022-04-292-7/+49
* Eliminate wasteful redraws of snapshot.Kaz Kylheku2022-04-291-24/+22
* Status line reliably gone on 'q' exit.Kaz Kylheku2022-04-291-3/+1
* Dynamic priority scheme between TTY and FIFO.Kaz Kylheku2022-04-291-2/+8
* grep mode bug: :g entries getting treated as :v.Kaz Kylheku2022-04-291-0/+2
* Handle terminal resizing.Kaz Kylheku2022-04-292-9/+67
* Fix shifting position and double showing of < truncation marker.Kaz Kylheku2022-04-291-2/+3
* Use clear-to-end-of-line for flicker-free updates.Kaz Kylheku2022-04-291-9/+19
* Bugfix: while editing new trigger, don't reset current.Kaz Kylheku2022-04-292-7/+12