diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-09-20 22:20:10 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-09-20 22:20:10 +0000 |
commit | e3dcc5327a8a126c13568268ba28813aa567beec (patch) | |
tree | df27601f9611e2928660e25ab0a2623d8d578168 /tmux.h | |
parent | bd24bdd411ce7868bd2f7a6b972468693392542f (diff) | |
download | rtmux-e3dcc5327a8a126c13568268ba28813aa567beec.tar.gz rtmux-e3dcc5327a8a126c13568268ba28813aa567beec.tar.bz2 rtmux-e3dcc5327a8a126c13568268ba28813aa567beec.zip |
Sync OpenBSD patchset 335:
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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.444 2009-09-20 22:15:32 tcunha Exp $ */ +/* $Id: tmux.h,v 1.445 2009-09-20 22:20:10 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -1336,6 +1336,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; |