summaryrefslogtreecommitdiffstats
path: root/cmd.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-02-03 17:21:19 +0000
committerTiago Cunha <tcunha@gmx.com>2009-02-03 17:21:19 +0000
commit4213ff8faa476a8b63b9c0351fbf95fc5f1a78be (patch)
tree87c05a3a6e4f1006a238af70fef3a2afde86d56f /cmd.c
parentb5f4b7730beeb02e58a563986693cf2aa87e2ea3 (diff)
copy-buffer command.
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 72a8e00b..dd25c358 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.84 2009-01-25 19:00:10 tcunha Exp $ */
+/* $Id: cmd.c,v 1.85 2009-02-03 17:21:19 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -32,6 +32,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_choose_window_entry,
&cmd_clock_mode_entry,
&cmd_command_prompt_entry,
+ &cmd_copy_buffer_entry,
&cmd_copy_mode_entry,
&cmd_delete_buffer_entry,
&cmd_detach_client_entry,