diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-10-04 11:23:17 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-10-04 11:23:17 +0000 |
commit | ff56ed7bd66f9be56f525838c21695a8574c1a09 (patch) | |
tree | 96633f03a5b2d07a35965f76afc506f3b0e3740a /tmux.h | |
parent | 225e07fe38ecf4755cdcd38664d82a5611c0b5ac (diff) | |
download | rtmux-ff56ed7bd66f9be56f525838c21695a8574c1a09.tar.gz rtmux-ff56ed7bd66f9be56f525838c21695a8574c1a09.tar.bz2 rtmux-ff56ed7bd66f9be56f525838c21695a8574c1a09.zip |
Nuke ?.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.45 2007-10-04 10:54:21 nicm Exp $ */ +/* $Id: tmux.h,v 1.46 2007-10-04 11:23:17 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -462,6 +462,7 @@ enum cmd_type { CMD_LASTWINDOW, CMD_LISTKEYS, CMD_LISTSESSIONS, + CMD_LISTWINDOWS, CMD_NEWSESSION, CMD_NEWWINDOW, CMD_NEXTWINDOW, @@ -537,6 +538,7 @@ extern const struct cmd_entry cmd_detach_session_entry; extern const struct cmd_entry cmd_last_window_entry; extern const struct cmd_entry cmd_list_keys_entry; extern const struct cmd_entry cmd_list_sessions_entry; +extern const struct cmd_entry cmd_list_windows_entry; extern const struct cmd_entry cmd_new_session_entry; extern const struct cmd_entry cmd_new_window_entry; extern const struct cmd_entry cmd_next_window_entry; |