ismail-yilmaz / upp-components

A collection of packages for U++ framework.
Other
35 stars 2 forks source link

Add winpty support to TerminalCtrl/PtyProcess #11

Closed ismail-yilmaz closed 3 years ago

ismail-yilmaz commented 3 years ago

While we already have support for windows 10 pseudoconsole api, the winpty library and winpty-agent executable allow native console support on Windows XP/Vista/7/8/10, by behaving as a middleware between console apps and terminals.

See this forum post for more details.

It is already prototyped, up and working. Let's get it ready for 2021.1 tag.

ismail-yilmaz commented 3 years ago

Done on TerminalCtrl's home repo. Will sync the upp-components version tomorrow...

ismail-yilmaz commented 3 years ago

Done. TerminalCtrl/PtyProcess now officially supports winpty.