aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-05-14 16:56:23 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-05-14 16:56:23 +0000
commit96ca072482d56b91656b70adf4f5bde0567b53cc (patch)
treeee3970426906a38dfc0096f23e5570a1f319224d /tmux.h
parentcc59ee4e6ade1c81cde5d27ee2dc7d0b3ff50202 (diff)
downloadrtmux-96ca072482d56b91656b70adf4f5bde0567b53cc.tar.gz
rtmux-96ca072482d56b91656b70adf4f5bde0567b53cc.tar.bz2
rtmux-96ca072482d56b91656b70adf4f5bde0567b53cc.zip
clear-history 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 aa637758..38e3a0f3 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.314 2009-05-13 23:27:00 nicm Exp $ */
+/* $Id: tmux.h,v 1.315 2009-05-14 16:56:23 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1205,6 +1205,7 @@ extern const struct cmd_entry cmd_bind_key_entry;
extern const struct cmd_entry cmd_break_pane_entry;
extern const struct cmd_entry cmd_choose_session_entry;
extern const struct cmd_entry cmd_choose_window_entry;
+extern const struct cmd_entry cmd_clear_history_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_confirm_before_entry;