summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-12-01 18:42:38 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-12-01 18:42:38 +0000
commit0926a2301443fad7280d1ed5ced73587faa815c8 (patch)
tree7aaad605b67fc57a35976f5ca21a72c749388db8 /Makefile
parentf27fefd7b84633be67b7702c616ed398c87e8ec6 (diff)
New command, capture-pane, which copies the entire pane contents to a paste
buffer. From Jonathan Alvarado.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b0caca92..b4b0ef56 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ SRCS= attributes.c cfg.c client.c clock.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-pipe-pane.c cmd.c \
+ cmd-pipe-pane.c cmd-capture-pane.c cmd.c \
colour.c environ.c grid-view.c grid-utf8.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 \