New lock-client and lock-session commands to lock an individual client or all

clients attached to a session respectively.
This commit is contained in:
Nicholas Marriott
2009-09-24 14:17:09 +00:00
parent 1764ef81ef
commit 8fa1858a2c
7 changed files with 166 additions and 17 deletions

2
cmd.c
View File

@ -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,