summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-06-05 11:19:03 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-06-05 11:19:03 +0000
commit65177b82be7eca053ce12eb05e7d0049124ff659 (patch)
tree892d49e45cc25360d3c75a82abd6f220a1d20f2f /tmux.h
parent2b60c648c4e0202ca2743fe958e0eabfc0479f55 (diff)
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 0634470e..da50205a 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1584,6 +1584,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;