1. Install a build of .NET Core that comes with `dotnet fsi` ([link](https://github.com/dotnet/core-sdk#installers-and-binaries)) 2. Launch it 3. Attempt to move the cursor around This fails with `dotnet fsi`. However, it works fine with `fsharpi` from Mono: 
dotnet fsi(link)This fails with
dotnet fsi. However, it works fine withfsharpifrom Mono: