mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
New command, capture-pane, which copies the entire pane contents to a paste
buffer. From Jonathan Alvarado.
This commit is contained in:
2
Makefile
2
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 \
|
||||
|
Reference in New Issue
Block a user