summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-09-22 11:50:33 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-09-22 11:50:33 +0000
commit3fef2d998fb0fd1f4fd9f4b96c33816acf523567 (patch)
tree8c3efe4557f9492d495ef02b139b96b00bf4874a /tmux.h
parent5ea2ac36e4eaf1ae3303ada380cad8b4bbcbfe8f (diff)
Window list with C-b W.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 191f5636..4745e5cf 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.9 2007-09-20 18:03:23 nicm Exp $ */
+/* $Id: tmux.h,v 1.10 2007-09-22 11:50:33 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -282,7 +282,8 @@ enum hdrtype {
MSG_WINDOWS,
MSG_PAUSE,
MSG_RENAME,
- MSG_LAST
+ MSG_LAST,
+ MSG_WINDOWLIST
};
/* Message header structure. */