mirror of
https://github.com/simh/simh.git
synced 2026-01-15 16:06:12 +00:00
SCP: Fix display of context command when reporting processing DQ in QUIET mode
This commit is contained in:
parent
09f69f13b5
commit
b80402e59c
2
scp.c
2
scp.c
@ -11335,7 +11335,7 @@ while (1) { /* format passed string, arg
|
||||
}
|
||||
|
||||
if (sim_do_ocptr[sim_do_depth]) {
|
||||
if (!sim_do_echo && !sim_quiet && !inhibit_message && !sim_cmd_echoed) {
|
||||
if (!sim_do_echo && !inhibit_message && !sim_cmd_echoed) {
|
||||
sim_printf("%s> %s\n", do_position(), sim_do_ocptr[sim_do_depth]);
|
||||
sim_cmd_echoed = TRUE;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user