mirror of
https://github.com/simh/simh.git
synced 2026-01-14 23:55:06 +00:00
SCP: Fix duplicate prompt output before each multiple command mode command set.
This commit is contained in:
parent
4ee599b97e
commit
cadf1da832
@ -715,7 +715,7 @@ for (i=(was_stepping ? sim_rem_step_line : 0);
|
||||
tmxr_linemsg (lp, "\r\nSimulator paused.\r\n");
|
||||
if (sim_rem_read_timeouts[i]) {
|
||||
tmxr_linemsgf (lp, "Simulation will resume automatically if input is not received in %d seconds\n", sim_rem_read_timeouts[i]);
|
||||
tmxr_linemsgf (lp, "\r\n%s", sim_prompt);
|
||||
tmxr_linemsgf (lp, "\r\n");
|
||||
tmxr_send_buffered_data (lp); /* flush any buffered data */
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user