diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-06-09 00:22:33 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-06-09 00:22:33 -0700 |
commit | eb16b04f0e8f17471d4c1bec9611040747adfdbd (patch) | |
tree | 42f6ed983b996d8d14a6182c5a58bd8599caf4f5 /pw.1 | |
parent | d2ae79caf381389d5bda82b324ec82f980e4a6a8 (diff) | |
download | pw-eb16b04f0e8f17471d4c1bec9611040747adfdbd.tar.gz pw-eb16b04f0e8f17471d4c1bec9611040747adfdbd.tar.bz2 pw-eb16b04f0e8f17471d4c1bec9611040747adfdbd.zip |
Feature: highlight numbers of triggering lines.
When a triggered snapshot is recorded, a flag is set
in all the lines which matched the trigger patterns.
Whenever highlighting is enabled, the line numbers of
those lines are shown in inverse.
Diffstat (limited to 'pw.1')
-rw-r--r-- | pw.1 | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -281,13 +281,22 @@ than refreshing the display. .IP "\fBCtrl-I, Tab\fP" Toggle the highlighting of separator characters appearing in the line -display. The when toggled on, the +display, and of the line numbers of snapshot lines which activated +a trigger. When toggled on, the .BR > , .B < and .B | characters which indicate line truncation and pane separation are shown in inverse video (dark foreground, light background). +At the moment when the conditions are met for recording a new triggered +snapshot, all lines targeted by trigger patterns (which must necessarily all +have matched) are flagged for highlighting. Whenever line numbers +are enabled with the +.I # +command, and highlighting is enabled, then the line numbers of the flagged +lines are shown in inverse video. Once a line is flagged, it stays flagged +as it moves through the FIFO and through the snapshot history. .IP [\fIcount\fP]\fBt\fP Set the tab stop size. If count is omitted, zero, or greater than 16, |