Skip to content

Commit

Permalink
Revert "quick"
Browse files Browse the repository at this point in the history
This reverts commit ab19baa.
  • Loading branch information
dedouwe26 committed Nov 21, 2024
1 parent ab19baa commit 6b4aabd
Show file tree
Hide file tree
Showing 5 changed files with 334 additions and 365 deletions.
283 changes: 0 additions & 283 deletions Terminal/Backend/WindowsBackend.cs

This file was deleted.

4 changes: 2 additions & 2 deletions Terminal/Terminal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ public static bool ListenForKeys {set {
/// <param name="title">The name of the window</param>
/// <returns></returns>
/// <exception cref="PlatformNotSupportedException"></exception>
public static TerminalWindow CreateBackend(string title) {
public static TerminalWindow CreateWindow(string title) {
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) {
return new WindowsBackend(title);
return new WinTerminalWindow(title);
} else {
throw new PlatformNotSupportedException("No window implementation for your platform.");
}
Expand Down
Loading

0 comments on commit 6b4aabd

Please sign in to comment.