aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-26 13:03:59 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-26 13:03:59 +0000
commit5a954bd9bdd771f64e432b12307026f98a31be3d (patch)
tree1f749565af6bc021824e745eec4308e9ee256428 /cmd.c
parent4ba3cf60beea7be93a1de674226f412e5fec1105 (diff)
downloadrtmux-5a954bd9bdd771f64e432b12307026f98a31be3d.tar.gz
rtmux-5a954bd9bdd771f64e432b12307026f98a31be3d.tar.bz2
rtmux-5a954bd9bdd771f64e432b12307026f98a31be3d.zip
link-window command to link a window into another session.
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index da3370a5..b6902647 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.20 2007-10-25 17:44:24 nicm Exp $ */
+/* $Id: cmd.c,v 1.21 2007-10-26 13:03:59 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -30,6 +30,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_has_session_entry,
&cmd_kill_window_entry,
&cmd_last_window_entry,
+ &cmd_link_window_entry,
&cmd_list_clients_entry,
&cmd_list_keys_entry,
&cmd_list_sessions_entry,