=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.881 retrieving revision 1.882 diff -c -r1.881 -r1.882 *** src/usr.bin/tmux/tmux.1 2022/03/08 12:01:19 1.881 --- src/usr.bin/tmux/tmux.1 2022/03/08 18:31:46 1.882 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.881 2022/03/08 12:01:19 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.882 2022/03/08 18:31:46 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 4468,4473 **** --- 4468,4478 ---- .Ic respawn-pane command. .Pp + .It Ic remain-on-exit-format Ar string + Set the text shown at the bottom of exited panes when + .Ic remain-on-exit + is enabled. + .Pp .It Xo Ic synchronize-panes .Op Ic on | off .Xc *************** *** 5117,5123 **** --- 5122,5130 ---- .It Li "pane_current_command" Ta "" Ta "Current command if available" .It Li "pane_current_path" Ta "" Ta "Current path if available" .It Li "pane_dead" Ta "" Ta "1 if pane is dead" + .It Li "pane_dead_signal" Ta "" Ta "Exit signal of process in dead pane" .It Li "pane_dead_status" Ta "" Ta "Exit status of process in dead pane" + .It Li "pane_dead_time" Ta "" Ta "Exit time of process in dead pane" .It Li "pane_fg" Ta "" Ta "Pane foreground colour" .It Li "pane_format" Ta "" Ta "1 if format is for a pane" .It Li "pane_height" Ta "" Ta "Height of pane"