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
There are weird display issues happening when reading line input and/or outputting input to the console while inside of a BeefBuild -run.
This might be the cause of some weirdness regarding spawned processes on linux but its hard to debug and figure out what exactly is wrong. Someone with more time might be able to fix it.
Just doing while(true) Console.ReadLine(.. scope .())
will cause the input to be written to the console twice. Once while inputting and once after pressing enter.
my specific Specs are:
Linux Mint Cinnamon
Gnome Terminal
Newest nightly version of Beef
The text was updated successfully, but these errors were encountered:
There are weird display issues happening when reading line input and/or outputting input to the console while inside of a BeefBuild -run.
This might be the cause of some weirdness regarding spawned processes on linux but its hard to debug and figure out what exactly is wrong. Someone with more time might be able to fix it.
Just doing
while(true) Console.ReadLine(.. scope .())
will cause the input to be written to the console twice. Once while inputting and once after pressing enter.
my specific Specs are:
Linux Mint Cinnamon
Gnome Terminal
Newest nightly version of Beef
The text was updated successfully, but these errors were encountered: