Linux Job foreground and Lua issues #188
Unanswered
davidearlyoung
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm curious if others are able to replicate the issue I'm seeing.
To replicate: While in game, start a OC2 computer and hop into it's terminal. Find any file with text in it. (I used /mnt/builtin/bin/lsdev.lua) Then cd to the files path. Run that file through less cmd. (less ) Then background it while you are viewing the target file with less. (cntrl + z). Next run the Lua interpreter from the shell, then try to enter any text into the Lua interpreter. Here is where I get odd behavior. Basically I don't see anything typed in the Lua interpreter while I have a less job background.
Beta Was this translation helpful? Give feedback.
All reactions