summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2004-06-12 01:08:48 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2004-06-12 01:08:48 +0000
commit8cdbd831246a1bfe20aa8ac86209d773333542c6 (patch)
tree28cc9da4feb1f441a7725c5a54465ae0865abe93
parent2248d53c00a8cde6a2bf41fcfa7e0c6ccdcb3a1d (diff)
downloadmdk-8cdbd831246a1bfe20aa8ac86209d773333542c6.tar.gz
mdk-8cdbd831246a1bfe20aa8ac86209d773333542c6.tar.bz2
make default prompt as in the documentation.
-rw-r--r--mixutils/mixvm_loop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mixutils/mixvm_loop.c b/mixutils/mixvm_loop.c
index fb3a729..e7bc761 100644
--- a/mixutils/mixvm_loop.c
+++ b/mixutils/mixvm_loop.c
@@ -1,7 +1,7 @@
/* -*-c-*- -------------- mixvm_loop.c :
* Implementation of mix vm command loop.
* ------------------------------------------------------------------
- * $Id: mixvm_loop.c,v 1.13 2004/06/07 12:18:46 jao Exp $
+ * $Id: mixvm_loop.c,v 1.14 2004/06/12 01:08:48 jao Exp $
* ------------------------------------------------------------------
* Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
*
@@ -61,7 +61,7 @@ readline (char *prompt)
static char *line_read = (char *)NULL;
#define PROMPT_LEN 128
-static char PROMPT[PROMPT_LEN + 1] = {'m', 'i', 'x', '>'};
+static char PROMPT[PROMPT_LEN + 1] = {'M', 'I', 'X', ' ', '>'};
static const char *CONFIG_FILE_ = "mixvm.config";
static const char *PROMPT_KEY_ = "Prompt";