From 4cde8391985f5c88c8f2efb5840354853203dd6b Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 2 Jul 2019 23:50:09 +0800 Subject: revert prompt2 --- core/src/xmake/sandbox/interactive.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1