summaryrefslogtreecommitdiffstats
path: root/cmd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-09-24 14:17:09 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-09-24 14:17:09 +0000
commit8fa1858a2c02aafa31695a12fa40cd5dbdd53cd2 (patch)
treeabec88eed0aa73acb73d0cb95a5bb684a4a94cce /cmd.c
parent1764ef81efce5f265f61107f0b1e91d73b858fb4 (diff)
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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd.c b/cmd.c
index d027cd9c..05294be1 100644
--- a/cmd.c
+++ b/cmd.c
@@ -61,7 +61,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,