You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PtyProcess/ReadMe.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,11 @@ This package provides a unified and simple interface for both POSIX-compliant sy
8
8
9
9
1. Statically linked [winpty library and agent](https://github.com/rprichard/winpty). This library allows `PtyProcess` to run native console applications on Windows XP/Vista/7/8/10. You will also need to compile the `PtyAgent` package. This is the **default** backend.
10
10
11
-
2. Native Windows 10 pseudoconsole API (ConEmu). This backend requires at least Windows 10 with pty support and it can be switched on via the `WIN10` build flag.
11
+
2. Native Windows 10 pseudoconsole API (ConPty). This backend requires at least Windows 10 with pty support and it can be switched on via the `WIN10` build flag.
12
+
13
+
Additionally, this package provides a `PtyWaitEvent` class that allows `PtyProcess` derived classes to properly wait for events across all supported platforms (Windows, POSIX)
0 commit comments