summaryrefslogtreecommitdiffstats
path: root/cmd.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-09-20 22:20:10 +0000
committerTiago Cunha <tcunha@gmx.com>2009-09-20 22:20:10 +0000
commite3dcc5327a8a126c13568268ba28813aa567beec (patch)
treedf27601f9611e2928660e25ab0a2623d8d578168 /cmd.c
parentbd24bdd411ce7868bd2f7a6b972468693392542f (diff)
Sync OpenBSD patchset 335:
run-shell command to run a shell command without opening a window, sending stdout to output mode.
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index 8ffe4af8..f30919fe 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.115 2009-08-31 22:30:15 tcunha Exp $ */
+/* $Id: cmd.c,v 1.116 2009-09-20 22:20:10 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -75,6 +75,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,