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
cmd.c
View File

@@ -76,6 +76,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_resize_pane_entry,
&cmd_respawn_window_entry,
&cmd_rotate_window_entry,
&cmd_run_shell_entry,
&cmd_save_buffer_entry,
&cmd_scroll_mode_entry,
&cmd_select_layout_entry,