diff options
author | nicm <nicm> | 2022-03-08 18:31:46 +0000 |
---|---|---|
committer | nicm <nicm> | 2022-03-08 18:31:46 +0000 |
commit | a3d920930bf77cafa5260e25584dd3ba1d26f9cb (patch) | |
tree | 8b8515e1a02da155fb1c6d7acd506747efb7de58 /tmux.h | |
parent | ad9b8059836d424f70a8579d28e28e0186cdbaa6 (diff) | |
download | rtmux-a3d920930bf77cafa5260e25584dd3ba1d26f9cb.tar.gz rtmux-a3d920930bf77cafa5260e25584dd3ba1d26f9cb.tar.bz2 rtmux-a3d920930bf77cafa5260e25584dd3ba1d26f9cb.zip |
Add remain-on-exit-format to set text shown when pane is dead.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1026,6 +1026,7 @@ struct window_pane { pid_t pid; char tty[TTY_NAME_MAX]; int status; + struct timeval dead_time; int fd; struct bufferevent *event; |