aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-04-30 06:01:24 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-04-30 06:01:24 +0000
commitcdf472f2dee886da6ce820a539238b0d567e84ae (patch)
treeea2298aeae372074793b8e1798e69b591fad55a2 /tmux.h
parenta3f7928084f291e23b7dea7b4ebd874d18b0c266 (diff)
downloadrtmux-cdf472f2dee886da6ce820a539238b0d567e84ae.tar.gz
rtmux-cdf472f2dee886da6ce820a539238b0d567e84ae.tar.bz2
rtmux-cdf472f2dee886da6ce820a539238b0d567e84ae.zip
Merge resize-pane-{up,down} into resize-pane.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index 7bb57597..689089c2 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.305 2009-04-29 22:25:20 nicm Exp $ */
+/* $Id: tmux.h,v 1.306 2009-04-30 06:01:24 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1220,8 +1220,7 @@ extern const struct cmd_entry cmd_previous_window_entry;
extern const struct cmd_entry cmd_refresh_client_entry;
extern const struct cmd_entry cmd_rename_session_entry;
extern const struct cmd_entry cmd_rename_window_entry;
-extern const struct cmd_entry cmd_resize_pane_down_entry;
-extern const struct cmd_entry cmd_resize_pane_up_entry;
+extern const struct cmd_entry cmd_resize_pane_entry;
extern const struct cmd_entry cmd_respawn_window_entry;
extern const struct cmd_entry cmd_rotate_window_entry;
extern const struct cmd_entry cmd_save_buffer_entry;