aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-09-20 19:15:01 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-09-20 19:15:01 +0000
commit14ebcab5b016828c64c6d4564e50159f5dedf130 (patch)
tree759800678a620b6233c6d785cc4e04c617f963f4 /tmux.h
parent105ce36792717a0916cab18b7dd0a11db1f7c84a (diff)
downloadrtmux-14ebcab5b016828c64c6d4564e50159f5dedf130.tar.gz
rtmux-14ebcab5b016828c64c6d4564e50159f5dedf130.tar.bz2
rtmux-14ebcab5b016828c64c6d4564e50159f5dedf130.zip
run-shell command to run a shell command without opening a window, sending
stdout to output mode.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index c6d77b40..6a453c1b 100644
--- a/tmux.h
+++ b/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;