diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-05-06 05:26:26 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-05-06 05:26:26 -0700 |
commit | 9ff7f30cb1e0e743655548c6b10da5ef5641ac00 (patch) | |
tree | 63d5efdc69efa07f5f229c1e70e9670d681532bd /pw.1 | |
parent | e5c48d3b66a434156699402031c0cd78628a9850 (diff) | |
download | pw-9ff7f30cb1e0e743655548c6b10da5ef5641ac00.tar.gz pw-9ff7f30cb1e0e743655548c6b10da5ef5641ac00.tar.bz2 pw-9ff7f30cb1e0e743655548c6b10da5ef5641ac00.zip |
Toggle highlighting of marker chars.
Diffstat (limited to 'pw.1')
-rw-r--r-- | pw.1 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -210,6 +210,16 @@ assigned to the middle pane. After that, the width of the pane can be adjusted without affecting what portion of the line it shows, independently of any horizontal scrolling adjustments occurring in the right pane. +.IP "\fBCtrl-I, Tab\fP" +Toggle the highlighting of separator characters appearing in the line +display. The 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). + .IP \fISpace\fP Suspend the acquisition of new snapshots. In suspended mode, input continues to pass through the FIFO, but new snapshots of data aren't |