PatchSet 924

Date: 2011/06/05 12:19:03
Author: nicm
Branch: HEAD
Tag: (none)
Log:
Add a respawn-pane command, from Marcel Partap.
This commit is contained in:
Nicholas Marriott
2011-06-23 19:23:12 +00:00
parent 7407459ed1
commit f513898e92
5 changed files with 111 additions and 1 deletions

1
cmd.c
View File

@ -79,6 +79,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,