Fixes #1020. NetDriver does not deal well with unicode characters yet.

This commit is contained in:
BDisp
2020-11-23 23:19:39 +00:00
parent cb3df2292d
commit 415cd11e20
8 changed files with 404 additions and 220 deletions

View File

@@ -562,9 +562,11 @@ static class Demo {
if (Debugger.IsAttached)
CultureInfo.DefaultThreadCurrentUICulture = CultureInfo.GetCultureInfo ("en-US");
//Application.UseSystemConsole = true;
Application.UseSystemConsole = true;
Application.Init();
Application.HeightSize = HeightSize.BufferHeight;
//ConsoleDriver.Diagnostics = ConsoleDriver.DiagnosticFlags.FramePadding | ConsoleDriver.DiagnosticFlags.FrameRuler;
var top = Application.Top;