mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fixes #1020. NetDriver does not deal well with unicode characters yet.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user