summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorruki <[email protected]>2019-07-02 23:50:09 +0800
committerruki <[email protected]>2019-07-02 17:00:57 +0800
commit4cde8391985f5c88c8f2efb5840354853203dd6b (patch)
tree18f9e55655d6d73ef13797ba31000bdbad718d14 /core/src
parent117c7cc8a9bea5c9ef65bf00689e1917d91571ec (diff)
revert prompt2
Diffstat (limited to 'core/src')
-rw-r--r--core/src/xmake/sandbox/interactive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/sandbox/interactive.c b/core/src/xmake/sandbox/interactive.c
index c5536acb1..e578c236b 100644
--- a/core/src/xmake/sandbox/interactive.c
+++ b/core/src/xmake/sandbox/interactive.c
@@ -51,7 +51,7 @@
#define LUA_PROMPT "> "
// continuation prompt
-#define LUA_PROMPT2 "≫ "
+#define LUA_PROMPT2 ">> "
// buffer size for prompt
#define LUA_PROMPT_BUFSIZE 4096