summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2009-09-20 19:15:03 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2009-09-20 19:15:03 +0000
commite601ed12b43bb32766ac97ad62494a09c1a2f27c (patch)
tree9b1a6a50e23cb85b847ac7852bffc5f3a48366cf /usr.bin/tmux/tmux.h
parent57cdee59adeb162697500b613793171a7c34041a (diff)
run-shell command to run a shell command without opening a window, sending
stdout to output mode.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index 324dcc17a2c..2377d6e3200 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.106 2009/09/20 17:27:18 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.107 2009/09/20 19:15:02 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -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;