diff options
author | nicm <nicm> | 2022-03-08 18:31:46 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2022-04-06 14:19:51 +0100 |
commit | 98b92c0525f7cd5878122815cbe9adb4e292ce2c (patch) | |
tree | a956bcb418737668358f79c404a95ee1a3d68c6c /tmux.h | |
parent | 57f331438a1eb67d6f1d3380278c8df7c9003dc1 (diff) | |
download | rtmux-98b92c0525f7cd5878122815cbe9adb4e292ce2c.tar.gz rtmux-98b92c0525f7cd5878122815cbe9adb4e292ce2c.tar.bz2 rtmux-98b92c0525f7cd5878122815cbe9adb4e292ce2c.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
@@ -1027,6 +1027,7 @@ struct window_pane { pid_t pid; char tty[TTY_NAME_MAX]; int status; + struct timeval dead_time; int fd; struct bufferevent *event; |