aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-06-22 23:35:20 +0000
committerTiago Cunha <tcunha@gmx.com>2010-06-22 23:35:20 +0000
commitbf1e23741015c60e869bd0cdff16e86a35195f7d (patch)
tree4b2d2cd21b102b93ec6614608d7526c6b89acb5a /cmd.c
parent8d3b726396d3f5124d31a792a5f3358357f2e105 (diff)
downloadrtmux-bf1e23741015c60e869bd0cdff16e86a35195f7d.tar.gz
rtmux-bf1e23741015c60e869bd0cdff16e86a35195f7d.tar.bz2
rtmux-bf1e23741015c60e869bd0cdff16e86a35195f7d.zip
Sync OpenBSD patchset 726:
Add a choose-buffer command for easier use of the paste buffer stack.
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index a9a3a629..6d19e01b 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.140 2010-06-22 23:29:05 tcunha Exp $ */
+/* $Id: cmd.c,v 1.141 2010-06-22 23:35:20 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -31,6 +31,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_bind_key_entry,
&cmd_break_pane_entry,
&cmd_capture_pane_entry,
+ &cmd_choose_buffer_entry,
&cmd_choose_client_entry,
&cmd_choose_session_entry,
&cmd_choose_window_entry,