From 308bc18947506adebc0c469528b926e31c9b52b8 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 30 Sep 2007 13:02:14 +0000 Subject: Window info command. --- tmux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index c1ac2cba..9fa07e71 100644 --- a/tmux.h +++ b/tmux.h @@ -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 @@ -276,6 +276,7 @@ enum hdrtype { MSG_SELECT, MSG_SESSIONS, MSG_SIZE, + MSG_WINDOWINFO, MSG_WINDOWLIST, MSG_WINDOWS, }; -- cgit