mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Added mouse support and more features to the HexView. (#1571)
* Added mouse support and more features. * Updating NuGet packages. * Putting text on the same line. * Added a read only Position, CursorPosition properties and events. * Added a stream argument to ApplyEdits to only save the edits. * Ignore control characters and other special keys.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
|
||||
<PackageReference Include="ReportGenerator" Version="5.0.0" />
|
||||
<PackageReference Include="ReportGenerator" Version="5.0.2" />
|
||||
<PackageReference Include="System.Collections" Version="4.3.0" />
|
||||
<PackageReference Include="xunit" Version="2.4.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
|
||||
|
||||
Reference in New Issue
Block a user