diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-18 12:09:42 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-18 12:09:42 +0000 |
commit | 8ea49712fd4c9f158128832e6c93308afeb1bd4d (patch) | |
tree | a7a4e84c2722ba9f3848f4bbe377c1e38ed14d1c /cmd.c | |
parent | 273d63040ab6f0124518fcdb1ad9f2f10c84c2de (diff) | |
download | rtmux-8ea49712fd4c9f158128832e6c93308afeb1bd4d.tar.gz rtmux-8ea49712fd4c9f158128832e6c93308afeb1bd4d.tar.bz2 rtmux-8ea49712fd4c9f158128832e6c93308afeb1bd4d.zip |
suspend-client command and suspend client when ^Z key binding is used.
Diffstat (limited to 'cmd.c')
-rw-r--r-- | cmd.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: cmd.c,v 1.79 2009-01-15 19:27:31 nicm Exp $ */ +/* $Id: cmd.c,v 1.80 2009-01-18 12:09:42 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -80,6 +80,7 @@ const struct cmd_entry *cmd_table[] = { &cmd_source_file_entry, &cmd_split_window_entry, &cmd_start_server_entry, + &cmd_suspend_client_entry, &cmd_swap_window_entry, &cmd_switch_client_entry, &cmd_unbind_key_entry, |