From 514fd64db65eb8fdaad8eb512948cdee09ecebcf Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 12 Oct 2017 11:32:27 +0000 Subject: Show exit status and time in the remain-on-exit pane text, mostly from Timo Boettcher in GitHub issue 1103. --- usr.bin/tmux/tmux.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.bin/tmux/tmux.h') diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index d35363c171d..9feda04c683 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.805 2017/10/05 13:29:18 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.806 2017/10/12 11:32:27 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -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; -- cgit v1.2.3-59-g8ed1b