Fix output overwriting bug
Calling Prompt
and Disp
after Output
would overwrite Output
's output if the output was on the same line as the Prompt
or Disp
output.
In a blank terminal:
Output(2,1,"HELLO")
Prompt X
Calling Prompt
and Disp
after Output
would overwrite Output
's output if the output was on the same line as the Prompt
or Disp
output.
In a blank terminal:
Output(2,1,"HELLO")
Prompt X