aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-27 20:01:30 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-27 20:01:30 +0000
commit5cd1d459c5351774dbcda51911278d781384bf0f (patch)
tree8da5e09bbf78870f9ce02c80577b47c188150b17 /tmux.h
parent2fabfb30b0275a0adc7b5bc0a260ab830d1f41ed (diff)
downloadrtmux-5cd1d459c5351774dbcda51911278d781384bf0f.tar.gz
rtmux-5cd1d459c5351774dbcda51911278d781384bf0f.tar.bz2
rtmux-5cd1d459c5351774dbcda51911278d781384bf0f.zip
Three-stage exit process so that [] message printing works on detach etc.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 3 insertions, 1 deletions
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 <nicm@users.sourceforge.net>
@@ -289,6 +289,8 @@ enum hdrtype {
MSG_ERROR,
MSG_PRINT,
MSG_EXIT,
+ MSG_EXITING,
+ MSG_EXITED,
MSG_IDENTIFY,
MSG_READY,
MSG_DETACH,