fix parsing/display problem
When an incomplete line is input, the interface doesn't display that. You have to type Enter for a second time to see the line continuation prompt
Thank you for using Octave Online. We do not have enough detail to understand the issue you reported. If you can provide more information we my re-open this ticket.
-
If you type an incomplete line in the prompt and hit enter, that line will appear in the console, and the prompt stays live. When you type more commands in the prompt and hit enter again, what you just typed will also appear in the console, appended to a "continuation prompt". The prompt where you type commands looks the same whether or not you are typing on a "normal" line or a "continuation" line.
I guess I'm not understanding this problem? Could you provide a sequence of commands to reproduce the issue? On which browser is this exhibited?