mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Window list with C-b W.
This commit is contained in:
5
tmux.h
5
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. */
|
||||
|
Reference in New Issue
Block a user