aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-27 20:03:08 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-27 20:03:08 +0000
commit7034ba236f4cbb94753f23747e363644a932221e (patch)
tree75781655cff60e52599795e80a3f2a679aca002c /tmux.h
parent5cd1d459c5351774dbcda51911278d781384bf0f (diff)
downloadrtmux-7034ba236f4cbb94753f23747e363644a932221e.tar.gz
rtmux-7034ba236f4cbb94753f23747e363644a932221e.tar.bz2
rtmux-7034ba236f4cbb94753f23747e363644a932221e.zip
Same exit process applied to detach.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 2382a630..e45c3e41 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.103 2007-11-27 20:01:30 nicm Exp $ */
+/* $Id: tmux.h,v 1.104 2007-11-27 20:03:08 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -291,9 +291,9 @@ enum hdrtype {
MSG_EXIT,
MSG_EXITING,
MSG_EXITED,
+ MSG_DETACH,
MSG_IDENTIFY,
MSG_READY,
- MSG_DETACH,
MSG_RESIZE,
};