multiline prompt fix

This commit is contained in:
2025-08-29 01:09:43 +01:00
parent 8adcfb1852
commit 27dfa57a5d

2
luash
View File

@@ -212,7 +212,7 @@ function start_repl()
print("")
while true do
local prompt = repl.buffer == "" and "luash> " or " ... "
local prompt = repl.buffer == "" and "luash> " or " >> "
io.write(prompt)
io.flush()