Registry / utility / winpty

winpty

JSON →
library0.4.3vcpkgunverified

winpty is a Windows software package providing an interface similar to a Unix pty-master for communicating with Windows console programs.

vcpkg install winpty
INSTALL
IMPORT
SIG · WINPTY
W
winpty
utilitycppv0.4.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

winpty.h
#include <winpty.h>

Create and free a winpty configuration

#include <winpty.h> int main() { winpty_config_t* cfg = winpty_config_new(WINPTY_FLAG_ALLOW_CURPROC_DESKTOP_CREATION, NULL); winpty_free(cfg); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

winpty — pip install winpty · libregistry