aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2011-06-23 19:23:12 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2011-06-23 19:23:12 +0000
commitf513898e92851e657a94393200a32eaf044a59b4 (patch)
treea9855539d112c89b71c3008c5720e2159b606254 /tmux.h
parent7407459ed13b6619e3065618e7e44f7ebf8a00db (diff)
downloadrtmux-f513898e92851e657a94393200a32eaf044a59b4.tar.gz
rtmux-f513898e92851e657a94393200a32eaf044a59b4.tar.bz2
rtmux-f513898e92851e657a94393200a32eaf044a59b4.zip
PatchSet 924
Date: 2011/06/05 12:19:03 Author: nicm Branch: HEAD Tag: (none) Log: Add a respawn-pane command, from Marcel Partap.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 80fc4ee1..1ff79b65 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1580,6 +1580,7 @@ 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_entry;
+extern const struct cmd_entry cmd_respawn_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_run_shell_entry;