Show exit status and time in the remain-on-exit pane text, mostly from

Timo Boettcher in GitHub issue 1103.
This commit is contained in:
nicm
2017-10-12 11:32:27 +00:00
parent eb9839fd32
commit a5fd5782f8
5 changed files with 34 additions and 11 deletions

2
tmux.h
View File

@ -778,6 +778,8 @@ struct window_pane {
#define PANE_INPUTOFF 0x40
#define PANE_CHANGED 0x80
#define PANE_EXITED 0x100
#define PANE_STATUSREADY 0x200
#define PANE_STATUSDRAWN 0x400
int argc;
char **argv;