mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
run-shell command to run a shell command without opening a window, sending
stdout to output mode.
This commit is contained in:
1
tmux.h
1
tmux.h
@ -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;
|
||||
|
Reference in New Issue
Block a user