From 8ea49712fd4c9f158128832e6c93308afeb1bd4d Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 18 Jan 2009 12:09:42 +0000 Subject: suspend-client command and suspend client when ^Z key binding is used. --- cmd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmd.c') diff --git a/cmd.c b/cmd.c index 0b110bef..8e7a0e52 100644 --- a/cmd.c +++ b/cmd.c @@ -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 @@ -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, -- cgit