clear-history command.

This commit is contained in:
Nicholas Marriott
2009-05-14 16:56:23 +00:00
parent cc59ee4e6a
commit 96ca072482
5 changed files with 76 additions and 4 deletions

3
cmd.c
View File

@ -1,4 +1,4 @@
/* $Id: cmd.c,v 1.93 2009-05-04 17:58:26 nicm Exp $ */
/* $Id: cmd.c,v 1.94 2009-05-14 16:56:23 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -31,6 +31,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_break_pane_entry,
&cmd_choose_session_entry,
&cmd_choose_window_entry,
&cmd_clear_history_entry,
&cmd_clock_mode_entry,
&cmd_command_prompt_entry,
&cmd_confirm_before_entry,