From 8fee85887139af10e05fefa2142544ce28bb1376 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 25 Jun 2008 20:44:26 +0000 Subject: [PATCH] index prompt. --- cmd-select-prompt.c | 4 ++-- 1 file 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 @@ -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);