swap-pane command.

This commit is contained in:
Nicholas Marriott
2009-04-02 23:28:16 +00:00
parent 089f090c0a
commit 8216f7b3d9
8 changed files with 300 additions and 13 deletions

3
tmux.h
View File

@ -1,4 +1,4 @@
/* $Id: tmux.h,v 1.297 2009-04-02 21:08:14 nicm Exp $ */
/* $Id: tmux.h,v 1.298 2009-04-02 23:28:16 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -1230,6 +1230,7 @@ extern const struct cmd_entry cmd_source_file_entry;
extern const struct cmd_entry cmd_split_window_entry;
extern const struct cmd_entry cmd_start_server_entry;
extern const struct cmd_entry cmd_suspend_client_entry;
extern const struct cmd_entry cmd_swap_pane_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_unbind_key_entry;