diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-09-30 13:02:14 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-09-30 13:02:14 +0000 |
commit | 308bc18947506adebc0c469528b926e31c9b52b8 (patch) | |
tree | b7c5a683b61f1443840b5f47fb710841e9cdf5ed /tmux.h | |
parent | f4fd8c225e3be626875fab6c746b68d64060abcc (diff) | |
download | rtmux-308bc18947506adebc0c469528b926e31c9b52b8.tar.gz rtmux-308bc18947506adebc0c469528b926e31c9b52b8.tar.bz2 rtmux-308bc18947506adebc0c469528b926e31c9b52b8.zip |
Window info command.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, }; |