Window info command.

This commit is contained in:
Nicholas Marriott
2007-09-30 13:02:14 +00:00
parent f4fd8c225e
commit 308bc18947
5 changed files with 43 additions and 5 deletions

3
tmux.h
View File

@ -1,4 +1,4 @@
/* $Id: tmux.h,v 1.27 2007-09-29 18:48:54 nicm Exp $ */
/* $Id: tmux.h,v 1.28 2007-09-30 13:02:14 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -276,6 +276,7 @@ enum hdrtype {
MSG_SELECT,
MSG_SESSIONS,
MSG_SIZE,
MSG_WINDOWINFO,
MSG_WINDOWLIST,
MSG_WINDOWS,
};