aboutsummaryrefslogtreecommitdiffstats
path: root/pw.1
diff options
context:
space:
mode:
Diffstat (limited to 'pw.1')
-rw-r--r--pw.118
1 files changed, 14 insertions, 4 deletions
diff --git a/pw.1 b/pw.1
index a66df34..a43eda4 100644
--- a/pw.1
+++ b/pw.1
@@ -256,7 +256,8 @@ Shows the status of the display parameters, in a form which can be
given to the
.B -p
option as an argument in order to re-create the same configuration.
-The parameters are four non-negative integers, all in character units.
+The parameters are five nonnegative integers, shown in decimal. The first for
+are in character units; the fifth is a bitmask value.
The documentation for the
.B -p
option explains the numbers.
@@ -830,7 +831,7 @@ option. If neither option is used, then
.I pattern
is interpreted as a BRE.
-.IP "\fB-p\fP [\fIinteger\fP[,\fIinteger\fP[,\fIinteger\fP[,\fIinteger\fP]]]]
+.IP "\fB-p\fP [\fIinteger\fP[,\fIinteger\fP[,\fIinteger\fP[,\fIinteger\fP[,\fIinteger\fP]]]]]
Specify the display parameters, as comma-separated non-negative integers.
The meaning of these integer values is:
.RS
@@ -841,9 +842,18 @@ width of left pane;
.IP 3.
width of middle pane; and
.IP 4.
-middle pane view offset.
+middle pane view offset; and
+.IP 5.
+bitmask of several flags controlling line number display
+.RB ( #
+command), highlighting
+.RB ( Ctrl-I/Tab
+command), and suspended mode
+.RB ( Space
+command). The values are internal and undocumented.
+
.PP
-All four numbers are optional, and default to zero if omitted. Since
+All five numbers are optional, and default to zero if omitted. Since
.B -p
requires an argument, the only way all four may be omitted is if a blank
or empty argument is given.