> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux 22:27:22 up 3 days 21:28, 2 users, load average: 0.86, 1.16, 0.95
This commit is contained in:
parent
d98cf10f17
commit
e824fa77dd
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ static char *rl_gets() {
|
|||
line_read = NULL;
|
||||
}
|
||||
|
||||
line_read = readline("(\e[1;34mnemu\e[0m) ");
|
||||
line_read = readline("\e[1;34m(nemu)\e[0m ");
|
||||
|
||||
if (line_read && *line_read) {
|
||||
add_history(line_read);
|
||||
|
|
Loading…
Reference in a new issue