From 5cd1d459c5351774dbcda51911278d781384bf0f Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 27 Nov 2007 20:01:30 +0000 Subject: Three-stage exit process so that [] message printing works on detach etc. --- tmux.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 84ba6fb2..2382a630 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.102 2007-11-27 19:32:15 nicm Exp $ */ +/* $Id: tmux.h,v 1.103 2007-11-27 20:01:30 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -289,6 +289,8 @@ enum hdrtype { MSG_ERROR, MSG_PRINT, MSG_EXIT, + MSG_EXITING, + MSG_EXITED, MSG_IDENTIFY, MSG_READY, MSG_DETACH, -- cgit