CityOfZion / neo-sharp

Neo-sharp is a new core and node implementation of NEO focused on modular design, best coding practices and testability.
MIT License
35 stars 24 forks source link

Prompt fails in GitBash #513

Open osmirnov opened 6 years ago

osmirnov commented 6 years ago

Running NeoSharp in Git Bash is impossible. It throws an exception Unhandled Exception: System.IO.IOException: The handle is invalid at System.ConsolePal.GetBufferInfo(Boolean throwOnNoConsole, Boolean& succeeded) at System.Console.get_CursorLeft() at NeoSharp.Application.Client.ConsoleHandler.GetCursorPosition(Int32& x, Int32& y)

shargon commented 6 years ago

It's like if Cursor.Left doesn't work