mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 09:47:58 +01:00
Reformatting.
This commit is contained in:
@@ -669,16 +669,16 @@ internal class CursesDriver : ConsoleDriver {
|
||||
if (Environment.OSVersion.Platform == PlatformID.Win32NT) {
|
||||
Clipboard = new FakeDriver.FakeClipboard ();
|
||||
} else {
|
||||
if (RuntimeInformation.IsOSPlatform (OSPlatform.OSX)) {
|
||||
Clipboard = new MacOSXClipboard ();
|
||||
} else {
|
||||
if (Is_WSL_Platform ()) {
|
||||
Clipboard = new WSLClipboard ();
|
||||
if (RuntimeInformation.IsOSPlatform (OSPlatform.OSX)) {
|
||||
Clipboard = new MacOSXClipboard ();
|
||||
} else {
|
||||
Clipboard = new CursesClipboard ();
|
||||
if (Is_WSL_Platform ()) {
|
||||
Clipboard = new WSLClipboard ();
|
||||
} else {
|
||||
Clipboard = new CursesClipboard ();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ClearContents ();
|
||||
StartReportingMouseMoves ();
|
||||
|
||||
Reference in New Issue
Block a user