Change the default command prompts

This commit is contained in:
Justine Tunney 2022-04-06 06:56:11 -07:00
parent ce9bdbb0bf
commit 82f2e758c7
6 changed files with 18 additions and 9 deletions

View file

@ -370,8 +370,8 @@ static int handle_luainit (lua_State *L) {
*/
#if !defined(LUA_PROMPT)
#define LUA_PROMPT "> "
#define LUA_PROMPT2 ">> "
#define LUA_PROMPT ">: "
#define LUA_PROMPT2 ">>: "
#endif
#if !defined(LUA_MAXINPUT)