Add a respawn-pane command, from Marcel Partap.

This commit is contained in:
Nicholas Marriott
2011-06-05 11:19:03 +00:00
parent 2b60c648c4
commit 65177b82be
5 changed files with 110 additions and 1 deletions

1
cmd.c
View File

@ -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,