aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-19 09:21:26 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-19 09:21:26 +0000
commit94f003bbec843d08205e9e8dff7819e1d5364138 (patch)
tree6181ebdfd946819ded1f7836b03236d05f4cfad5 /tmux.h
parent840b74f6d02f0ad32efa2ef33f73097bfb03a8bc (diff)
downloadrtmux-94f003bbec843d08205e9e8dff7819e1d5364138.tar.gz
rtmux-94f003bbec843d08205e9e8dff7819e1d5364138.tar.bz2
rtmux-94f003bbec843d08205e9e8dff7819e1d5364138.zip
Refresh session 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 4461bbb5..1757812a 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.58 2007-10-12 14:46:48 nicm Exp $ */
+/* $Id: tmux.h,v 1.59 2007-10-19 09:21:26 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -524,6 +524,7 @@ extern const struct cmd_entry cmd_new_session_entry;
extern const struct cmd_entry cmd_new_window_entry;
extern const struct cmd_entry cmd_next_window_entry;
extern const struct cmd_entry cmd_previous_window_entry;
+extern const struct cmd_entry cmd_refresh_session_entry;
extern const struct cmd_entry cmd_rename_window_entry;
extern const struct cmd_entry cmd_select_window_entry;
extern const struct cmd_entry cmd_send_prefix_entry;