DTLib.Network updated
This commit is contained in:
parent
1cf556c87c
commit
097a5d0aca
@ -5,7 +5,6 @@ using System.Linq;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
using DTLib.Console;
|
||||
using DTLib.Dtsod;
|
||||
using DTLib.Extensions;
|
||||
using DTLib.Logging;
|
||||
using DTLib.Network;
|
||||
@ -153,7 +152,7 @@ internal static partial class Launcher
|
||||
if (tabs.Current == tabs.Exit)
|
||||
{
|
||||
Console.Clear();
|
||||
Console.BufferHeight = 9999;
|
||||
// Console.BufferHeight = 9999;
|
||||
return;
|
||||
}
|
||||
break;
|
||||
@ -175,6 +174,7 @@ internal static partial class Launcher
|
||||
ColoredConsole.Write("gray", "press any key to close...");
|
||||
Console.ReadKey();
|
||||
}
|
||||
Console.CursorVisible = true;
|
||||
}
|
||||
|
||||
private static void RenderTab(string tab, ushort bufferHeight = 30)
|
||||
@ -182,7 +182,7 @@ internal static partial class Launcher
|
||||
tabs.Current = tab;
|
||||
Console.Clear();
|
||||
Console.SetWindowSize(80, 30);
|
||||
Console.SetBufferSize(80, bufferHeight);
|
||||
// Console.SetBufferSize(80, bufferHeight);
|
||||
ColoredConsole.Write("w", tab);
|
||||
}
|
||||
|
||||
|
||||
@ -15,6 +15,6 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="DTLib.Dtsod" Version="1.3.1" />
|
||||
<PackageReference Include="DTLib.Logging" Version="1.3.1" />
|
||||
<PackageReference Include="DTLib.Network" Version="1.3.1" />
|
||||
<PackageReference Include="DTLib.Network" Version="1.3.2" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@ -11,6 +11,6 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="DTLib.Dtsod" Version="1.3.1" />
|
||||
<PackageReference Include="DTLib.Logging" Version="1.3.1" />
|
||||
<PackageReference Include="DTLib.Network" Version="1.3.1" />
|
||||
<PackageReference Include="DTLib.Network" Version="1.3.2" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Loading…
Reference in New Issue
Block a user