Everything's fine until the last line, I decided to kill the process after 5 minutes without any answer from DRAW. It is just that nothing happens and you can't get back to the command line.
03Commenter-1
That something strange. I would expect that there is some problem with terminal / commands input rather than with DRAWEXE itself - "vertex" command does almost nothing that may take any time.
04Author
On Windows I noticed that DRAW is able to recall the last command with the "arrow up" button, on my Linux version this functionality is not available in the terminal, is it normal?
05Commenter-1
On Windows I noticed that DRAW is able to recall the last command with the "arrow up" button, on my Linux version this functionality is not available in the terminal, is it normal?
Yes, it is a limitation of Linux implementation - you will see the same issue when opening tclsh (Tcl shell).
In the past, developers used Emacs to work with WOK (legacy toolchain for building OCCT) and DRAWEXE, which allowed to use a command input buffer implemented by Emacs itself (or by some extension). There are might be some other solutions to this problem.
06Author
Thanks again! I think I have a guess: it might be a refreshing problem because when DRAW is "locked" you can unlock it just by moving the mouse into the 3D window. There the command line becomes available for new instructions... Do you have an explanation ?