New command, capture-pane, which copies the entire pane contents to a paste

buffer. From Jonathan Alvarado.
This commit is contained in:
Nicholas Marriott
2009-12-01 18:42:38 +00:00
parent f27fefd7b8
commit 0926a23014
5 changed files with 91 additions and 1 deletions

View File

@ -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 \