mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
add back local console hack
This commit is contained in:
@@ -496,8 +496,8 @@ namespace OpenSim.Framework.Console
|
||||
{
|
||||
Show();
|
||||
//Reduce collisions with internal read terminal information like cursor position on linux
|
||||
//while(System.Console.KeyAvailable == false)
|
||||
// Thread.Sleep(100);
|
||||
while(System.Console.KeyAvailable == false)
|
||||
Thread.Sleep(100);
|
||||
|
||||
ConsoleKeyInfo key = System.Console.ReadKey(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user