blob: 6a08e297d52d20971165fb71e08dc8f186dd8a90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
PW-RELNOTES(5) Pipe Watch Release Notes PW-RELNOTES(5)
DESCRIPTION
This document provides release notes for the pw utility.
CHANGES IN VERSION 6 (2024-10-06)
1. Fixed offset calculation in the use of struct dstr, that was causing corruption,
reported with GCC 13.3.1.
2. The clear-to-end-of-line ANSI escape sequence is now used instead of clear-to-end-
of-screen. Thus, pw now plays nicely with terminal environments which have config-
ured a scroll-protected status area at the bottom of the terminal.
CHANGES IN VERSION 5 (2023-06-09)
1. Pass-through mode: data can be piped through pw while monitoring goes on.
2. Highlighting of line numbers of lines that caused trigger capture.
CHANGES IN VERSION 4 (2023-06-08)
Working on Mac OS.
CHANGES IN VERSION 3 (2023-03-10)
A bogus time calculation in the long timeout interval logic was fixed.
CHANGES IN VERSION 2 (2022-07-15)
1. The original :s command for saving settings was renamed to :sa.
2. Bugfix: a regression was fixed causing colon commands not to have a separate com-
mand history from trigger patterns.
AUTHOR
Kaz Kylheku <kaz@kylheku.com>
COPYRIGHT
Copyright 2022-2023, BSD2 License.
Version 6 6 Oct 2024 PW-RELNOTES(5)
|