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
tmux.h
View File

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