aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-14 19:56:55 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-14 19:56:55 +0000
commitd1eb15336844b6f364d619f9ecb18e4bc01e36c8 (patch)
treef56ea0dffd4cb1d8f89d628b186849f9cee8bb6b /tmux.h
parent3f51dcdfc3aa4eb4e4dcaef9c5e610bc826b130c (diff)
downloadrtmux-d1eb15336844b6f364d619f9ecb18e4bc01e36c8.tar.gz
rtmux-d1eb15336844b6f364d619f9ecb18e4bc01e36c8.tar.bz2
rtmux-d1eb15336844b6f364d619f9ecb18e4bc01e36c8.zip
switch-pane is now select-pane.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index f2611234..13cb5a6b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.231 2009-01-14 19:41:15 nicm Exp $ */
+/* $Id: tmux.h,v 1.232 2009-01-14 19:56:55 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1118,6 +1118,7 @@ extern const struct cmd_entry cmd_resize_pane_up_entry;
extern const struct cmd_entry cmd_respawn_window_entry;
extern const struct cmd_entry cmd_save_buffer_entry;
extern const struct cmd_entry cmd_scroll_mode_entry;
+extern const struct cmd_entry cmd_select_pane_entry;
extern const struct cmd_entry cmd_select_prompt_entry;
extern const struct cmd_entry cmd_select_window_entry;
extern const struct cmd_entry cmd_send_keys_entry;
@@ -1135,7 +1136,6 @@ extern const struct cmd_entry cmd_split_window_entry;
extern const struct cmd_entry cmd_start_server_entry;
extern const struct cmd_entry cmd_swap_window_entry;
extern const struct cmd_entry cmd_switch_client_entry;
-extern const struct cmd_entry cmd_switch_pane_entry;
extern const struct cmd_entry cmd_unbind_key_entry;
extern const struct cmd_entry cmd_unlink_window_entry;
extern const struct cmd_entry cmd_up_pane_entry;