Refresh session command.

This commit is contained in:
Nicholas Marriott
2007-10-19 09:21:26 +00:00
parent 840b74f6d0
commit 94f003bbec
16 changed files with 201 additions and 66 deletions

3
cmd.c
View File

@@ -1,4 +1,4 @@
/* $Id: cmd.c,v 1.16 2007-10-12 13:51:44 nicm Exp $ */
/* $Id: cmd.c,v 1.17 2007-10-19 09:21:26 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -35,6 +35,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_new_window_entry,
&cmd_next_window_entry,
&cmd_previous_window_entry,
&cmd_refresh_session_entry,
&cmd_rename_window_entry,
&cmd_select_window_entry,
&cmd_send_prefix_entry,