=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.777 retrieving revision 1.778 diff -c -r1.777 -r1.778 *** src/usr.bin/tmux/tmux.1 2020/06/04 10:34:40 1.777 --- src/usr.bin/tmux/tmux.1 2020/06/05 07:33:57 1.778 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.777 2020/06/04 10:34:40 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.778 2020/06/05 07:33:57 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: June 4 2020 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: June 5 2020 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 977,990 **** sets a comma-separated list of client flags. The flags are: .Bl -tag -width Ds ! .It read-only ! the client is read-only .It ignore-size the client does not affect the size of other clients .It no-output the client does not receive pane output in control mode ! .It active-pane ! the client has an independent active pane .El .Pp A leading --- 977,994 ---- sets a comma-separated list of client flags. The flags are: .Bl -tag -width Ds ! .It active-pane ! the client has an independent active pane .It ignore-size the client does not affect the size of other clients .It no-output the client does not receive pane output in control mode ! .It pause-after=seconds ! output is paused once the pane is ! .Ar seconds ! behind in control mode ! .It read-only ! the client is read-only .El .Pp A leading *************** *** 1295,1316 **** .Fl C sets the width and height of a control mode client. .Fl A ! informs ! .Nm ! of a control mode client's interest in a pane. The argument is a pane ID (with leading .Ql % ) , a colon, then one of ! .Ql on or ! .Ql off . If .Ql off , .Nm will not send output from the pane to the client and if all clients have turned the pane off, will stop reading from the pane. .Fl A ! may be given multiple times. .Pp .Fl f sets a comma-separated list of client flags, see --- 1299,1325 ---- .Fl C sets the width and height of a control mode client. .Fl A ! allows a control mode client to trigger actions on a pane. The argument is a pane ID (with leading .Ql % ) , a colon, then one of ! .Ql on , ! .Ql off or ! .Ql continue . If .Ql off , .Nm will not send output from the pane to the client and if all clients have turned the pane off, will stop reading from the pane. + If + .Ql continue , + .Nm + will return to sending output to a paused pane (see the + .Ar pause-after + flag). .Fl A ! may be given multiple times for different panes. .Pp .Fl f sets a comma-separated list of client flags, see *************** *** 3345,3350 **** --- 3354,3363 ---- Allows setting the cursor colour. .It cstyle Allows setting the cursor style. + .It extkeys + Supports extended keys. + .It focus + Supports focus reporting. .It margins Supports DECSLRM margins. .It overline *************** *** 3353,3358 **** --- 3366,3373 ---- Supports the DECFRA rectangle fill escape sequence. .It RGB Supports RGB colour with the SGR escape sequences. + .It strikethrough + Supports the strikethrough SGR escape sequence. .It sync Supports synchronized updates. .It title *************** *** 5881,5886 **** --- 5896,5907 ---- .Ar session-id , which is named .Ar name . + .It Ic %continue Ar pane-id + The pane has been continued after being paused (if the + .Ar pause-after + flag is set, see + .Ic refresh-client + .Fl A ) . .It Ic %exit Op Ar reason The .Nm *************** *** 5907,5912 **** --- 5928,5937 ---- The pane with ID .Ar pane-id has changed mode. + .It Ic %pause Ar pane-id + The pane has been paused (if the + .Ar pause-after + flag is set). .It Ic %session-changed Ar session-id Ar name The client is now attached to the session with ID .Ar session-id ,