use ] as the debug shell prompt.

This commit is contained in:
Kelvin Sherlock 2019-03-21 18:05:04 -04:00
parent ec0c255975
commit 6c38f597fd

View File

@ -1525,7 +1525,7 @@ int debug_shell(int code) {
do_list(engine.kpc, 1);
for(;;) {
cp = x_readline("> ");
cp = x_readline("] ");
if (!cp) {
fputs("\n", stdout);
if (++control_d_count < 2)