Actions
Bug #817
closedSome commands in direct mode do not leave me at the direct mode command prompt.
Start date:
09/06/2021
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
In Direct Mode, this works:
Print "hello."
The result is:
Aoz>Print "hello."
hello.
Aoz>
Leaving the user at the Aoz> direct mode prompt.
This, on the other hand works, but no prompt is returned:
Draw 100,100 To 300,200
The result is:
Aoz>Draw 100,100 To 300,200
When the Enter key is pressed, the line is drawn, however, the Aoz prompt is never returned.
Updated by Brian Flanagan about 3 years ago
- Status changed from Resolved to Closed
- Target version changed from none to 1.0.0 (B10) u16
Re-tested in 1.0.0 (B10) u16 (9/7)
Working! :-)
Actions