diff --git a/Terminal.Gui/ConsoleDrivers/NetDriver.cs b/Terminal.Gui/ConsoleDrivers/NetDriver.cs index 225376527..bb61105e3 100644 --- a/Terminal.Gui/ConsoleDrivers/NetDriver.cs +++ b/Terminal.Gui/ConsoleDrivers/NetDriver.cs @@ -1,12 +1,8 @@ // // NetDriver.cs: The System.Console-based .NET driver, works on Windows and Unix, but is not particularly efficient. // -// Authors: -// Miguel de Icaza (miguel@gnome.org) -// using System; using System.Collections.Generic; -using System.Diagnostics; using System.Linq; using System.Runtime.InteropServices; using System.Threading; @@ -14,7 +10,7 @@ using System.Threading.Tasks; using System.Text; namespace Terminal.Gui; -internal class NetWinVTConsole { +class NetWinVTConsole { IntPtr _inputHandle, _outputHandle, _errorHandle; uint _originalInputConsoleMode, _originalOutputConsoleMode, _originalErrorConsoleMode; diff --git a/Terminal.sln b/Terminal.sln index b0837d750..c3a820540 100644 --- a/Terminal.sln +++ b/Terminal.sln @@ -21,6 +21,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution .github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml .github\workflows\publish.yml = .github\workflows\publish.yml README.md = README.md + Terminal.sln.DotSettings = Terminal.sln.DotSettings testenvironments.json = testenvironments.json EndProjectSection EndProject diff --git a/Terminal.sln.DotSettings b/Terminal.sln.DotSettings index 222edc098..794649aa4 100644 --- a/Terminal.sln.DotSettings +++ b/Terminal.sln.DotSettings @@ -110,7 +110,7 @@ True False <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> - <Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> + <Policy Inspect="True" Prefix="_" Suffix="" Style="aaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> True Terminal.sln.DotSettings