aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-25 20:43:14 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-25 20:43:14 +0000
commitb87789707b0b099505f611a6784b3a9fc9f8aa7f (patch)
tree537a9e50bc765fe8a4dcc2a167e3da096370a63d /tmux.h
parent7836298f296f8f41407dc4a6dbdb4aac1e3d4b96 (diff)
downloadrtmux-b87789707b0b099505f611a6784b3a9fc9f8aa7f.tar.gz
rtmux-b87789707b0b099505f611a6784b3a9fc9f8aa7f.tar.bz2
rtmux-b87789707b0b099505f611a6784b3a9fc9f8aa7f.zip
Oops, forgot to commit move-window. Also add select-prompt to allow index to be typed.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 80342d11..15d5cb8e 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.169 2008-06-25 20:33:20 nicm Exp $ */
+/* $Id: tmux.h,v 1.170 2008-06-25 20:43:14 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -971,6 +971,7 @@ extern const struct cmd_entry cmd_scroll_mode_entry;
extern const struct cmd_entry cmd_select_window_entry;
extern const struct cmd_entry cmd_send_keys_entry;
extern const struct cmd_entry cmd_send_prefix_entry;
+extern const struct cmd_entry cmd_select_prompt_entry;
extern const struct cmd_entry cmd_set_buffer_entry;
extern const struct cmd_entry cmd_set_option_entry;
extern const struct cmd_entry cmd_set_window_option_entry;