Window list with C-b W.

This commit is contained in:
Nicholas Marriott
2007-09-22 11:50:33 +00:00
parent 5ea2ac36e4
commit 3fef2d998f
5 changed files with 57 additions and 11 deletions

5
tmux.h
View File

@ -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. */