summaryrefslogtreecommitdiffstats
path: root/cmd.c
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 /cmd.c
parent2b60c648c4e0202ca2743fe958e0eabfc0479f55 (diff)
Add a respawn-pane command, from Marcel Partap.
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd.c b/cmd.c
index 869fa0f5..db72337d 100644
--- a/cmd.c
+++ b/cmd.c
@@ -80,6 +80,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_rename_session_entry,
&cmd_rename_window_entry,
&cmd_resize_pane_entry,
+ &cmd_respawn_pane_entry,
&cmd_respawn_window_entry,
&cmd_rotate_window_entry,
&cmd_run_shell_entry,