diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-06-23 19:23:12 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-06-23 19:23:12 +0000 |
commit | f513898e92851e657a94393200a32eaf044a59b4 (patch) | |
tree | a9855539d112c89b71c3008c5720e2159b606254 /tmux.h | |
parent | 7407459ed13b6619e3065618e7e44f7ebf8a00db (diff) | |
download | rtmux-f513898e92851e657a94393200a32eaf044a59b4.tar.gz rtmux-f513898e92851e657a94393200a32eaf044a59b4.tar.bz2 rtmux-f513898e92851e657a94393200a32eaf044a59b4.zip |
PatchSet 924
Date: 2011/06/05 12:19:03
Author: nicm
Branch: HEAD
Tag: (none)
Log:
Add a respawn-pane command, from Marcel Partap.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1580,6 +1580,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; |