mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +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:
@@ -4,8 +4,8 @@
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="ReactiveUI.Fody" Version="17.1.9" />
|
||||
<PackageReference Include="ReactiveUI" Version="17.1.9" />
|
||||
<PackageReference Include="ReactiveUI.Fody" Version="17.1.17" />
|
||||
<PackageReference Include="ReactiveUI" Version="17.1.17" />
|
||||
<PackageReference Include="ReactiveMarbles.ObservableEvents.SourceGenerator" Version="1.1.4" PrivateAssets="all" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user