summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-10-11 10:04:27 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-10-11 10:04:27 +0000
commit64b5f39656f02a7c4cc6d5d4690c9b0ccc3f6c15 (patch)
tree8bed8b653ea30e3ff461250de53d37ab011b4fb2 /Makefile
parent325e20d76d25685a3a7d9e5042928b2691c7bc8f (diff)
Add a pipe-pane command to allow a pane to be piped to a shell command, for
example: pipe-pane 'cat >~/out' No arguments stops outputing and closes the pipe; the -o flag toggles a pipe and on and off (useful for key bindings). Suggested by espie@.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 17097ea6..32195762 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,8 @@ SRCS= attributes.c buffer-poll.c buffer.c cfg.c client-fn.c \
cmd-run-shell.c cmd-suspend-client.c cmd-swap-pane.c cmd-swap-window.c \
cmd-switch-client.c cmd-unbind-key.c cmd-unlink-window.c \
cmd-set-environment.c cmd-show-environment.c cmd-choose-client.c \
- cmd-up-pane.c cmd-display-message.c cmd-display-panes.c cmd.c \
+ cmd-up-pane.c cmd-display-message.c cmd-display-panes.c \
+ cmd-pipe-pane.c cmd.c \
colour.c environ.c grid-view.c grid.c input-keys.c \
imsg.c imsg-buffer.c input.c key-bindings.c key-string.c \
layout-set.c layout.c log.c job.c \