aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
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 /tmux.h
parentb5f4b7730beeb02e58a563986693cf2aa87e2ea3 (diff)
downloadrtmux-4213ff8faa476a8b63b9c0351fbf95fc5f1a78be.tar.gz
rtmux-4213ff8faa476a8b63b9c0351fbf95fc5f1a78be.tar.bz2
rtmux-4213ff8faa476a8b63b9c0351fbf95fc5f1a78be.zip
copy-buffer command.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index c0124311..8f53d599 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.258 2009-01-30 00:24:49 nicm Exp $ */
+/* $Id: tmux.h,v 1.259 2009-02-03 17:21:19 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1110,6 +1110,7 @@ extern const struct cmd_entry cmd_choose_session_entry;
extern const struct cmd_entry cmd_choose_window_entry;
extern const struct cmd_entry cmd_clock_mode_entry;
extern const struct cmd_entry cmd_command_prompt_entry;
+extern const struct cmd_entry cmd_copy_buffer_entry;
extern const struct cmd_entry cmd_copy_mode_entry;
extern const struct cmd_entry cmd_delete_buffer_entry;
extern const struct cmd_entry cmd_detach_client_entry;