Skip to content

Commit 83ea37c

Browse files
committed
TerminalCtrl: 2025.2
1 parent 0a2ce7a commit 83ea37c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

PtyProcess/ReadMe.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ This package provides a unified and simple interface for both POSIX-compliant sy
88

99
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.
1010

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)
14+
15+
1216

1317
## License
1418

0 commit comments

Comments
 (0)