run-shell command to run a shell command without opening a window, sending

stdout to output mode.
This commit is contained in:
Nicholas Marriott
2009-09-20 19:15:01 +00:00
parent 105ce36792
commit 14ebcab5b0
5 changed files with 108 additions and 1 deletions

1
tmux.h
View File

@ -1338,6 +1338,7 @@ 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_window_entry;
extern const struct cmd_entry cmd_rotate_window_entry;
extern const struct cmd_entry cmd_run_shell_entry;
extern const struct cmd_entry cmd_save_buffer_entry;
extern const struct cmd_entry cmd_scroll_mode_entry;
extern const struct cmd_entry cmd_select_layout_entry;