summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2009-12-01 18:42:38 +0000
committernicm <nicm@openbsd.org>2009-12-01 18:42:38 +0000
commit3373972cfafba85cdd30f818dd4ebefecb7a3962 (patch)
tree04ca91006f38249a18cc2fdd35b0d2383657841b /usr.bin/tmux/cmd.c
parentThe MD ACPI PSS paths are using MSRs they shouldn't be (diff)
downloadwireguard-openbsd-3373972cfafba85cdd30f818dd4ebefecb7a3962.tar.xz
wireguard-openbsd-3373972cfafba85cdd30f818dd4ebefecb7a3962.zip
New command, capture-pane, which copies the entire pane contents to a paste
buffer. From Jonathan Alvarado.
Diffstat (limited to 'usr.bin/tmux/cmd.c')
-rw-r--r--usr.bin/tmux/cmd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/cmd.c b/usr.bin/tmux/cmd.c
index 2fd5eb0029a..4da9e1f7ccc 100644
--- a/usr.bin/tmux/cmd.c
+++ b/usr.bin/tmux/cmd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd.c,v 1.33 2009/11/21 17:52:18 nicm Exp $ */
+/* $OpenBSD: cmd.c,v 1.34 2009/12/01 18:42:38 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -31,6 +31,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_attach_session_entry,
&cmd_bind_key_entry,
&cmd_break_pane_entry,
+ &cmd_capture_pane_entry,
&cmd_choose_client_entry,
&cmd_choose_session_entry,
&cmd_choose_window_entry,