mirror of
https://github.com/simh/simh.git
synced 2026-03-01 17:36:49 +00:00
SCP: Fix display of context command when reporting processing DQ in QUIET mode
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user