You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing python commands in Python shell, the command line prompts gets bad positioned. For single command it's acceptable, but it's annoying if you run a command or piece of code that print several lines...
The text was updated successfully, but these errors were encountered:
FYI I'm not currently maintaining this project though I am an author of it.
I guess the problem is with newline characters that come to the front end; WebTerminal makes a newline on \n character (which seem to come from the ObjectScript application), while \r is needed as well to return the cursor to the beginning of the line, i.e. \r\n.
When executing python commands in Python shell, the command line prompts gets bad positioned. For single command it's acceptable, but it's annoying if you run a command or piece of code that print several lines...
The text was updated successfully, but these errors were encountered: