aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-19 20:45:21 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-19 20:45:21 +0000
commit74d8f0bf1dda71efe96e8702e3313bbcd879abfb (patch)
treee55b409d90a323ad13eb789ef34b45e634d607f8 /cmd.c
parentc3b7a49cc1b7c1a7f9805f17c33a4cd4533b82b3 (diff)
downloadrtmux-74d8f0bf1dda71efe96e8702e3313bbcd879abfb.tar.gz
rtmux-74d8f0bf1dda71efe96e8702e3313bbcd879abfb.tar.bz2
rtmux-74d8f0bf1dda71efe96e8702e3313bbcd879abfb.zip
Command prompt for interactive commands.
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index 26fc5ce8..03cac5b7 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.49 2008-06-18 22:21:51 nicm Exp $ */
+/* $Id: cmd.c,v 1.50 2008-06-19 20:45:20 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -29,6 +29,7 @@
const struct cmd_entry *cmd_table[] = {
&cmd_attach_session_entry,
&cmd_bind_key_entry,
+ &cmd_command_prompt_entry,
&cmd_copy_mode_entry,
&cmd_detach_client_entry,
&cmd_has_session_entry,