aboutsummaryrefslogtreecommitdiffstats
path: root/pw.1
Commit message (Collapse)AuthorAgeFilesLines
* Toggle highlighting of marker chars.Kaz Kylheku2022-05-061-0/+10
|
* New feature: double vertical split.Kaz Kylheku2022-05-051-4/+49
|
* 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-031-0/+13
|
* Implement quit count safeguard.Kaz Kylheku2022-05-031-1/+16
|
* New -g option to pre-load the grep stack.Kaz Kylheku2022-05-031-0/+55
|
* Ctrl-L refresh.Kaz Kylheku2022-05-031-0/+3
|
* Relax restrictions on stdout; improve error reporting.Kaz Kylheku2022-05-021-6/+4
|
* Remove non-interactive mode.Kaz Kylheku2022-05-021-39/+64
|
* New feature: read input if executing in background.Kaz Kylheku2022-05-021-0/+28
|
* Add forgotten copyright block to C source.Kaz Kylheku2022-05-021-1/+1
|
* Man page: + clears history and is disabled in history view.Kaz Kylheku2022-05-011-0/+4
|
* New # command to toggle line numbers.Kaz Kylheku2022-05-011-3/+8
|
* Allow leading ! to invert trigger patterns.Kaz Kylheku2022-05-011-1/+19
|
* New feature: snapshot history.Kaz Kylheku2022-05-011-2/+50
|
* New a, d commands to advance or delay triggers.Kaz Kylheku2022-04-301-0/+10
|
* Fix issues with the count prefix.Kaz Kylheku2022-04-301-0/+3
| | | | | - ambiguity with 0 command. - reset to UINT_MAX under right conditions.
* New feature: multi-line triggering.Kaz Kylheku2022-04-301-32/+90
|
* Commands can have numeric prefix: + is guinea pig for this.Kaz Kylheku2022-04-301-6/+15
|
* Use BRE by default, with optional ERE.Kaz Kylheku2022-04-291-4/+33
|
* Handle terminal resizing.Kaz Kylheku2022-04-291-2/+10
|
* Bugfix: while editing new trigger, don't reset current.Kaz Kylheku2022-04-291-0/+3
|
* New :i and :l commands to adjust intervals.Kaz Kylheku2022-04-291-2/+16
|
* Man page: new material in BUGS section.Kaz Kylheku2022-04-291-2/+19
|
* New + command to increase display height.Kaz Kylheku2022-04-281-1/+7
|
* Implement Ctrl-Z suspend.Kaz Kylheku2022-04-281-2/+12
|
* History recall for colon commands and trigger patterns.Kaz Kylheku2022-04-281-0/+11
|
* grep: show patterns in status rather than stack depth.Kaz Kylheku2022-04-281-4/+9
|
* New feature: grep mode with pattern stack.Kaz Kylheku2022-04-281-0/+34
|
* Regex matching for trigger mode.Kaz Kylheku2022-04-271-14/+21
|
* New feature: trigger mode.Kaz Kylheku2022-04-271-0/+28
| | | | Prototype: does substring searching only: no regex.
* man page: fix small mistakes and improve wording.Kaz Kylheku2022-04-271-2/+5
|
* Rethink suspend mode: FIFO always freewheels.Kaz Kylheku2022-04-271-19/+18
|
* Add a vi-like colon mode with :w, :a and :! commands.Kaz Kylheku2022-04-261-0/+45
|
* New project, Pipe Watch.Kaz Kylheku2022-04-261-0/+248