aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-14 19:41:15 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-14 19:41:15 +0000
commit3f51dcdfc3aa4eb4e4dcaef9c5e610bc826b130c (patch)
treec9b8a2b89e509d2614631e3089a02fa877a56697 /tmux.h
parentb4ac8c1342184d6a81985704c154f3a3e744fffd (diff)
downloadrtmux-3f51dcdfc3aa4eb4e4dcaef9c5e610bc826b130c.tar.gz
rtmux-3f51dcdfc3aa4eb4e4dcaef9c5e610bc826b130c.tar.bz2
rtmux-3f51dcdfc3aa4eb4e4dcaef9c5e610bc826b130c.zip
up-pane and down-pane commands.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index dd72d55b..f2611234 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.230 2009-01-14 19:29:32 nicm Exp $ */
+/* $Id: tmux.h,v 1.231 2009-01-14 19:41:15 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1089,6 +1089,7 @@ extern const struct cmd_entry cmd_command_prompt_entry;
extern const struct cmd_entry cmd_copy_mode_entry;
extern const struct cmd_entry cmd_delete_buffer_entry;
extern const struct cmd_entry cmd_detach_client_entry;
+extern const struct cmd_entry cmd_down_pane_entry;
extern const struct cmd_entry cmd_has_session_entry;
extern const struct cmd_entry cmd_kill_pane_entry;
extern const struct cmd_entry cmd_kill_server_entry;
@@ -1137,6 +1138,7 @@ 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;
/* cmd-string.c */
int cmd_string_parse(const char *, struct cmd **, char **);