diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-10 01:30:38 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-10 01:30:38 +0000 |
commit | fb6c8ecae60c94f99201195bf876e44ba6c7fd1a (patch) | |
tree | 7b0edb8a5fff5c28d2a6aae5d51b5ed4de9d3cd3 /cmd.c | |
parent | 3ed5aa3e72bf0e720f1ea35159a1d15b1f02e0ff (diff) | |
download | rtmux-fb6c8ecae60c94f99201195bf876e44ba6c7fd1a.tar.gz rtmux-fb6c8ecae60c94f99201195bf876e44ba6c7fd1a.tar.bz2 rtmux-fb6c8ecae60c94f99201195bf876e44ba6c7fd1a.zip |
New command, server-info, to show server info + terminal details. Also tweak term stuff a bit.
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.68 2009-01-06 17:04:56 nicm Exp $ */ +/* $Id: cmd.c,v 1.69 2009-01-10 01:30:38 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -59,6 +59,7 @@ const struct cmd_entry *cmd_table[] = { &cmd_select_window_entry, &cmd_send_keys_entry, &cmd_send_prefix_entry, + &cmd_server_info_entry, &cmd_set_buffer_entry, &cmd_set_option_entry, &cmd_set_window_option_entry, |