aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-09-25 17:51:39 +0000
committerTiago Cunha <tcunha@gmx.com>2009-09-25 17:51:39 +0000
commit88c3b9c98987a593eb0f54cd4033012c8708891e (patch)
tree8343f7d2272e0be8019a0a94fa6fa9063ee8f13a /cmd.c
parent804b8696a47b37076f8ae0e0b04dcba3e2d1fb7c (diff)
downloadrtmux-88c3b9c98987a593eb0f54cd4033012c8708891e.tar.gz
rtmux-88c3b9c98987a593eb0f54cd4033012c8708891e.tar.bz2
rtmux-88c3b9c98987a593eb0f54cd4033012c8708891e.zip
Sync OpenBSD patchset 353:
New lock-client and lock-session commands to lock an individual client or all clients attached to a session respectively.
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index 4bbc0d51..3e2f29f5 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.117 2009-09-23 15:00:08 tcunha Exp $ */
+/* $Id: cmd.c,v 1.118 2009-09-25 17:51:39 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -60,7 +60,9 @@ const struct cmd_entry *cmd_table[] = {
&cmd_list_sessions_entry,
&cmd_list_windows_entry,
&cmd_load_buffer_entry,
+ &cmd_lock_client_entry,
&cmd_lock_server_entry,
+ &cmd_lock_session_entry,
&cmd_move_window_entry,
&cmd_new_session_entry,
&cmd_new_window_entry,