CRLF in dispstr only does CR
This may be a related problem:
If you use:
dispstr #$0A #$0D '<some text>' pause <time>
then this text is sometimes not displayed before pausing.
It may should be #$0D #$0A instead, but I wonder whether it makes a difference.
It happens for 4.79 and 4.84.
Thanks.
Qiyao
It appears that the LF is being ignored when CRLF is being sent together in dispstr
Erroneous Test Code:
Results in the first 2 lines being overwritten and only the 3rd displayed:
Workaround:
Expected Results: