Skip to content

Commit

Permalink
Remove the Terminal.Input package.
Browse files Browse the repository at this point in the history
This is very incomplete and predates some fundamental changes to the core
terminal APIs. This will all have to be done from scratch.

See: #11
  • Loading branch information
alexrp committed Dec 6, 2021
1 parent 443eff9 commit 3bd7e46
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 269 deletions.
48 changes: 0 additions & 48 deletions src/input/MemoryTerminalHistory.cs

This file was deleted.

114 changes: 0 additions & 114 deletions src/input/TerminalEditor.cs

This file was deleted.

13 changes: 0 additions & 13 deletions src/input/TerminalEditorOptions.cs

This file was deleted.

58 changes: 0 additions & 58 deletions src/input/TerminalHistory.cs

This file was deleted.

14 changes: 0 additions & 14 deletions src/input/input.csproj

This file was deleted.

1 change: 0 additions & 1 deletion src/sample/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ static class Program
{
new AttributeScenario(),
new CursorScenario(),
new EditScenario(),
new FullScreenScenario(),
new HostingScenario(),
new RawScenario(),
Expand Down
17 changes: 0 additions & 17 deletions src/sample/Scenarios/EditScenario.cs

This file was deleted.

3 changes: 0 additions & 3 deletions src/sample/sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,15 @@
</PropertyGroup>

<ItemGroup>
<Using Include="System.Input" />
<Using Include="System.Text.Control" />
</ItemGroup>

<ItemGroup>
<TrimmerRootAssembly Include="Microsoft.Extensions.Terminal" />
<TrimmerRootAssembly Include="System.Terminal" />
<TrimmerRootAssembly Include="System.Terminal.Input" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="../extensions/extensions.csproj" />
<ProjectReference Include="../input/input.csproj" />
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion system-terminal.proj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<ItemGroup>
<ProjectReference Include="src/core/core.csproj" />
<ProjectReference Include="src/extensions/extensions.csproj" />
<ProjectReference Include="src/input/input.csproj" />
<ProjectReference Include="src/sample/sample.csproj" />
</ItemGroup>
</Project>

0 comments on commit 3bd7e46

Please sign in to comment.