aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-09 11:02:01 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-09 11:02:01 +0000
commit16321270c87b2bd7e081b658f23a4a33f79a802a (patch)
treea3d0b582711c013753577ae0b6dc110ef2f0fb50 /tmux.h
parentf92243caa05a93e7def0f78c8de0880fd9b35d49 (diff)
downloadrtmux-16321270c87b2bd7e081b658f23a4a33f79a802a.tar.gz
rtmux-16321270c87b2bd7e081b658f23a4a33f79a802a.tar.bz2
rtmux-16321270c87b2bd7e081b658f23a4a33f79a802a.zip
rename-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 b59e29f7..47cc66a3 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.76 2007-10-31 14:26:26 nicm Exp $ */
+/* $Id: tmux.h,v 1.77 2007-11-09 11:02:01 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -583,6 +583,7 @@ 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_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;