diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-21 10:19:36 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-21 10:19:36 +0000 |
commit | 2bd92e5f18b2d602bf28a0e6504fd9b3f5b5ba66 (patch) | |
tree | d80c01340bc3bd81a406b302f1b3a15c04a7e47b /cmd-command-prompt.c | |
parent | e5ab9a2db53ccae8ebaca25d8b24a0e5deaaa518 (diff) | |
download | rtmux-2bd92e5f18b2d602bf28a0e6504fd9b3f5b5ba66.tar.gz rtmux-2bd92e5f18b2d602bf28a0e6504fd9b3f5b5ba66.tar.bz2 rtmux-2bd92e5f18b2d602bf28a0e6504fd9b3f5b5ba66.zip |
Lose unnecessary flags on context.
Diffstat (limited to 'cmd-command-prompt.c')
-rw-r--r-- | cmd-command-prompt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd-command-prompt.c b/cmd-command-prompt.c index 2a93d730..45592a70 100644 --- a/cmd-command-prompt.c +++ b/cmd-command-prompt.c @@ -1,4 +1,4 @@ -/* $Id: cmd-command-prompt.c,v 1.2 2008-06-19 21:20:25 nicm Exp $ */ +/* $Id: cmd-command-prompt.c,v 1.3 2008-06-21 10:19:36 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -90,7 +90,6 @@ cmd_command_prompt_callback(void *data, char *s) ctx.info = key_bindings_info; ctx.cmdclient = NULL; - ctx.flags = CMD_KEY; cmd_exec(cmd, &ctx); } |