diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-05-06 20:23:32 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-05-06 20:23:32 -0700 |
commit | b1484760fe0c82f8c787af7f1ebca49bcb522190 (patch) | |
tree | 1ff46f125de415a49135d391bc4d74b9d0e57d8c /pw.1 | |
parent | 2956d8d747fba4edcdf8b68683a699e9e8b5d7d5 (diff) | |
download | pw-b1484760fe0c82f8c787af7f1ebca49bcb522190.tar.gz pw-b1484760fe0c82f8c787af7f1ebca49bcb522190.tar.bz2 pw-b1484760fe0c82f8c787af7f1ebca49bcb522190.zip |
Show display params with Ctrl-G; restore with -p option.
Diffstat (limited to 'pw.1')
-rw-r--r-- | pw.1 | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -238,6 +238,16 @@ and characters which indicate line truncation and pane separation are shown in inverse video (dark foreground, light background). +.IP \fBCtrl-G\fP +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 documentation for the +.B -p +option explains the numbers. + .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 @@ -744,6 +754,29 @@ 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]]]] +Specify the display parameters, as comma-separated non-negative integers. +The meaning of these integer values is: +.RS +.IP 1. +horizontal scroll position; +.IP 2. +width of left pane; +.IP 3. +width of middle pane; and +.IP 4. +middle pane view offset. +.PP +All four 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. +The +.B Ctrl-G +command displays these same parameters in the same format, so it is possible to +set them up interactively and then copy the values shown by +.BR Ctrl-G . + .SH ENVIRONMENT .I pw |