diff --git a/emul_repl.c b/emul_repl.c index 55897ed..3c6f535 100644 --- a/emul_repl.c +++ b/emul_repl.c @@ -17,6 +17,7 @@ int c; int i = 0; int y, x; + // ヒストリ番号表示のため void emul_repl_show_history() { int max_y, max_x; input[0] = '\0'; @@ -96,8 +97,8 @@ } char *menu[] = { - "Display help >>:help", - " Exit >>:exit" + "Display help >>#help", + " Exit >>#exit" }; void emul_repl_start() {