diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-25 20:44:26 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-25 20:44:26 +0000 |
commit | 8fee85887139af10e05fefa2142544ce28bb1376 (patch) | |
tree | 24f32528a9f96893ef3100042fe0c2f109e42560 /cmd-select-prompt.c | |
parent | b87789707b0b099505f611a6784b3a9fc9f8aa7f (diff) | |
download | rtmux-8fee85887139af10e05fefa2142544ce28bb1376.tar.gz rtmux-8fee85887139af10e05fefa2142544ce28bb1376.tar.bz2 rtmux-8fee85887139af10e05fefa2142544ce28bb1376.zip |
index prompt.
Diffstat (limited to 'cmd-select-prompt.c')
-rw-r--r-- | cmd-select-prompt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-select-prompt.c b/cmd-select-prompt.c index adeb5783..bbfba57d 100644 --- a/cmd-select-prompt.c +++ b/cmd-select-prompt.c @@ -1,4 +1,4 @@ -/* $Id: cmd-select-prompt.c,v 1.1 2008-06-25 20:43:13 nicm Exp $ */ +/* $Id: cmd-select-prompt.c,v 1.2 2008-06-25 20:44:26 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net> @@ -55,7 +55,7 @@ cmd_select_prompt_exec(struct cmd *self, struct cmd_ctx *ctx) if (c->prompt_string != NULL) return; - server_set_client_prompt(c, "'", cmd_select_prompt_callback, c); + server_set_client_prompt(c, "index ", cmd_select_prompt_callback, c); if (ctx->cmdclient != NULL) server_write_client(ctx->cmdclient, MSG_EXIT, NULL, 0); |