diff options
author | Thomas Adam <thomas@xteddy.org> | 2022-03-08 20:01:11 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2022-03-08 20:01:11 +0000 |
commit | 25337ac102b42b0cb44eb5708367345f3a8a5312 (patch) | |
tree | d8f37338ce3f0c33f534d7881741c77515d3ec71 /tmux.1 | |
parent | 2fb6089e81e2bb9230cf802dbb1e7b24ab5e3054 (diff) | |
parent | a3d920930bf77cafa5260e25584dd3ba1d26f9cb (diff) | |
download | rtmux-25337ac102b42b0cb44eb5708367345f3a8a5312.tar.gz rtmux-25337ac102b42b0cb44eb5708367345f3a8a5312.tar.bz2 rtmux-25337ac102b42b0cb44eb5708367345f3a8a5312.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -4471,6 +4471,11 @@ The pane may be reactivated with the .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 @@ -5120,7 +5125,9 @@ The following variables are available, where appropriate: .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" |