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
The following warning about inability to create a system terminal:
> /home/pavel/dev/enso/built-distribution/enso-engine-0.0.0-dev-linux-amd64/enso-0.0.0-dev/bin/enso --repl
Nov 16, 2023 11:34:46 AM org.jline.utils.Log logr
WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information)
Means that in the REPL, we will not have features like arrow-up, that normally searches for the last command. This makes REPL unusable because we cannot even use keyboard arrows, back search with CTRL + R, etc.
This can probably be easily fixed by including jline.jar in the component directory.
The text was updated successfully, but these errors were encountered:
This is a follow-up task of #7991.
The following warning about inability to create a system terminal:
Means that in the REPL, we will not have features like arrow-up, that normally searches for the last command. This makes REPL unusable because we cannot even use keyboard arrows, back search with
CTRL + R
, etc.This can probably be easily fixed by including
jline.jar
in thecomponent
directory.The text was updated successfully, but these errors were encountered: